February 2013
Intermediate to advanced
538 pages
20h 55m
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().
Read now
Unlock full access