srand
Seed the random number generator
Description
voidsrand
intseed
Seeds the random number generator with seed.
Since PHP 4.2.0, the seed
becomes optional and defaults to a random value if omitted.
srand example
]]>
¬e.randomseed;
See also:
rand,
getrandmax, and
mt_srand.