Method Random.Interface()->random()
- Method
random
int(0..)random(int(0..)max)
floatrandom(floatmax)
mixedrandom(array|multisetx)
arrayrandom(mappingm)
mixedrandom(objecto)- Description
Implementation of predef::random.
int(0..) random(int(0..) max)
float random(float max)
mixed random(array|multiset x)
array random(mapping m)
mixed random(object o)
Implementation of predef::random.