kotest-assertions / io.kotest.properties / uniqueRandoms

uniqueRandoms

fun <T> Gen<T>.uniqueRandoms(seed: Long? = null): Sequence<T>
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0

Creates a sequence of unique values from the contents of random, using seed to seed the random function.