kotest-property / io.kotest.property.arbitrary / take

take

fun <A> Arb<A>.take(count: Int, rs: RandomSource = RandomSource.Default): Sequence<A>

Returns a sequence of size count from values generated from this arb. Edgecases will be ignored.