RandomChain
class RandomChain<out R>(generator: RandomGenerator, gen: suspend RandomGenerator.() -> R) : Chain<R>
Content copied to clipboard
A possibly stateful chain producing random values.
Constructors
Link copied to clipboard
fun <out R> RandomChain(generator: RandomGenerator, gen: suspend RandomGenerator.() -> R)
Content copied to clipboard