Functions
Link copied to clipboard
Returns DefaultGenerator of given seed.
Link copied to clipboard
fun RandomGenerator.Companion.fromSource(source: RandomSource, seed: Long? = null): RandomSourceGenerator
Returns RandomSourceGenerator with given RandomSource and seed.
Link copied to clipboard
Returns RandomSourceGenerator with RandomSource.MT algorithm and given seed.
Properties
Link copied to clipboard
The DefaultGenerator instance.