mt_rand with two arguments : Random : Math PHP Source Code


PHP Source Code » Math » Random »

 

mt_rand with two arguments



<?
print("Seeding the generator<BR>");
mt_srand((double)microtime() 1000000);


print("With two arguments: " .mt_rand(2731"<BR>");
print("With two arguments: " .mt_rand(2731"<BR>");
print("With two arguments: " .mt_rand(2731"<BR>");

?>

           
       



HTML code for linking to this page:

Follow Navioo On Twitter

PHP Source Code

 Navioo Math
» Random