kotest-property / io.kotest.property.arbitrary / create

create

fun <A> Arb.Companion.create(fn: (RandomSource) -> A): Arb<A>

Returns an Arb where each value is generated from the given function.