Skip to main navigation Skip to search Skip to main content

Reflecting on Random Generation

Research output: Contribution to journalArticle (Academic Journal)peer-review

7 Citations (Scopus)

Abstract

Expert users of property-based testing often labor to craft random generators that encode detailed knowledge about what it means for a test input to be valid and interesting. Fortunately, the fruits of this labor can also be put to other uses. In the bidirectional programming literature, for example, generators have been repurposed as validity checkers, while Python's Hypothesis library uses the same structures for shrinking and mutating test inputs.

To unify and generalize these uses and many others, we propose reflective generators, a new foundation for random data generators that can "reflect" on an input value to calculate the random choices that could have been made to produce it. Reflective generators combine ideas from two existing abstractions: free generators and partial monadic profunctors. They can be used to implement and enhance the aforementioned shrinking and mutation algorithms, generalizing them to work for any values that can be produced by the generator, not just ones for which a trace of the generator's execution is available. Beyond shrinking and mutation, reflective generators generalize a published algorithm for example-based generation, and they can also be used as checkers, partial value completers, and other kinds of test data producers.
Original languageEnglish
Article number200
Pages (from-to)322–355
JournalProceedings of the ACM on Programming Languages
Volume7
Issue numberICFP
Early online date31 Aug 2023
DOIs
Publication statusPublished - 4 Sept 2023

Bibliographical note

Publisher Copyright:
© 2023 Owner/Author.

Research Groups and Themes

  • Programming Languages

Fingerprint

Dive into the research topics of 'Reflecting on Random Generation'. Together they form a unique fingerprint.

Cite this