chain
fun <R> RandomGenerator.chain(generator: suspend RandomGenerator.() -> R): RandomChain<R>
Content copied to clipboard
Create a generic random chain with provided generator
Sources
common source
Link copied to clipboard