package neko
Available on macro, nekoA 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–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/neko/Random.html