RandomChain
class RandomChain<out R>(val generator: RandomGenerator, gen: suspend RandomGenerator.() -> R) : Chain<R> (source)
A possibly stateful chain producing random values.
Functions
Properties
Link copied to clipboard
the underlying RandomGenerator instance.