View Single Post
Old 03-16-2009, 05:20 AM  
fris
Too lazy to set a custom title
 
fris's Avatar
 
Industry Role:
Join Date: Aug 2002
Posts: 55,372
php question, best way for random numbers?

Whats the best way for random number generation?

this is what im using now

Code:
<?
mt_srand ((double) microtime() * 1000000);
$random = mt_rand(1,100);
echo $random;
?>
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.


WP Stuff
fris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote