kotest-assertions / io.kotest.properties / Gen / random

random

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

Generate a random sequence of type T, that is compatible with the constraints of this generator.