PHP srand May 3, 2012 Pramod T P It seed the random number generator Example <?php srand(mktime()); echo(rand()); ?> Output 675098144