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