fun <A> Arb.Companion.create(edgeCases: List<A>, fn: (RandomSource) -> A): Arb<A>
Returns an Arb where each value is generated from the given function.
fun <A> Arb.Companion.create(fn: (RandomSource) -> A): Arb<A>