Available on all targets
Seeded random number generator to get reproducible sequences of values.
inlinenew(seed:Float)
read onlyseed:Float
read onlyinitialSeed:Float
inlinerandom():Float
Returns a float number between [0,1)
inlinebetween(min:Int, max:Int):Int
Return an integer between [min, max).
inlinereset(?initialSeed:Float):Void
Reset the initial value to that of the current seed.