Re: Mathematical functions in PHP Hi, mt_srand() Definition and Usage
The mt_srand() function seeds the random number generator for mt_rand().
This function should be called only once per script, and it must be called before any calls to mt_rand().
__________________ Regards,
Senraj.A |