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