Available on neko
A seeded pseudo-random generator.
new()
Create a new random with random seed.
float():Float
Return a random float.
int(max:Int):Int
Return a random integer modulo max.
setSeed(s:Int):Void
Set the generator seed.