mersenneTwister
fun RandomGenerator.Companion.mersenneTwister(seed: Long? = null): RandomSourceGenerator
Content copied to clipboard
Returns RandomSourceGenerator with RandomSource.MT algorithm and given seed.
Sources
jvm source
Link copied to clipboard