মূল বিষয়বস্তু উপেক্ষা করুন

//ERDDAP/com.cohort.util/ScriptMath2/setSeed

setSeed

[JVM]
open fun setSeed(seed: Long)

This sets the seed for the next call to random(). You can use this for testing purposes if you need to get repeatable results from random().

Parameters​

JVM

seedthe new seed -- be sure that it is randomly chosen from the full range of longs