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
RandomChain
Link copied to clipboard
fun <out R> RandomChain(generator: RandomGenerator, gen: suspend RandomGenerator.() -> R)
Content copied to clipboard
Functions
Properties
generator
Link copied to clipboard
Sources
common source
Link copied to clipboard