PHP mt_rand() Function - W3Schools Online Web Tutorials
Return Value: A random integer between min (or 0) and max (or mt_getrandmax() inclusive). Returns FALSE if max < min Return Type: Integer PHP Version: 4+ PHP Changelog: PHP 4.2.0: Random number generator is seeded automatically PHP 5.3.4: Issues an ......