March 2002
Intermediate to advanced
528 pages
21h 29m
English
mt_rand
int mt_rand([intmin, intmax])
Returns a random number from min to
max, inclusive, generated using the
Mersenne Twister pseudorandom number generator. If
min and max are
not provided, returns a random number from 0 to the value returned by
mt_getrandmax( ).