package neko
Available on neko
A seeded pseudo-random generator.
new()Create a new random with random seed.
float():FloatReturn a random float.
int(max:Int):IntReturn a random integer modulo max.
setSeed(s:Int):VoidSet the generator seed.
© 2005–2020 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/neko/Random.html