Method random()


Method random

array random(mapping m)
float random(float max)
int random(int max)
mixed random(object o)
mixed random(array|multiset x)

Description

Get a random value generated by the default RandomSystem.

See also

RandomSystem()->random(), random_string()