PHP mt_srand May 3, 2012 Pramod T P It seed the better random number generator Example <?php mt_srand(mktime()); echo(mt_rand()); ?> Output 254590754