View Single Post
  #48 (permalink)  
Old 04-29-2008, 04:16 AM
senraj senraj is offline
D-Web Master
 
Join Date: Jul 2007
Posts: 418
senraj is on a distinguished road
Post 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
Reply With Quote