Random
class neko.RandomAvailable in nekoThis class is a random number generator.
function new() : VoidCreate a random number generator.
function float() : FloatGet the next random floating point number between 0 and 1.
function int( max : Int ) : IntGet the next random int between 0 and
max.
function setSeed( s : Int ) : VoidSet the random number generator seed to s.
version #5863, modified 2009-04-29 16:22:52 by ianxm
0 comment