If you need just plain random number generator check manual. If you want a
true pseudo-random number generator you may want to check:
http://www.ulib.org/webRoot/Books/Numerical_Recipes/bookcpdf.html
Those generators used in scientific calculations where true reproducible and
low correlated random numbers needed. Although book is for C you can easily
port them to PHP.
But for daily life, rand() in PHP is more than sufficient.
--
Tolga 'thorr' Orhon
""Daniel Coronel"" <[EMAIL PROTECTED]> wrote in message
003401c0dfce$14f60b60$[EMAIL PROTECTED]">news:003401c0dfce$14f60b60$[EMAIL PROTECTED]...
Hi!
I need to really generate a random number in a function but not like doing
it.
Somebody could help me. Thanks.
Daniel Coronel.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]