fromSource
fun RandomGenerator.Companion.fromSource(source: RandomSource, seed: Long? = null): RandomSourceGenerator
Content copied to clipboard
Returns RandomSourceGenerator with given RandomSource and seed.
Returns RandomSourceGenerator with given RandomSource and seed.