srand Seed the random number generator Description voidsrand intseed Seeds the random number generator with seed. Since PHP 4.2.0 it's no longer necessary to seed the random number generator before using it. See also rand, getrandmax and mt_srand.