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