class PartyGenerator : Generator<Party>
<init> |
PartyGenerator() |
generate |
fun generate(random: SourceOfRandomness, status: GenerationStatus): Party |
generateList |
fun <A> Generator<A>.generateList(random: SourceOfRandomness, status: GenerationStatus): List<A>
Generators for quickcheck |