PHP 8.4.24 Released!

Voting

: two plus four?
(Example: nine)

The Note You're Voting On

php dot net-comment at lucb1e dot com
12 years ago
@  fasaxc at yahoo dot com:

If you want truly random numbers, use a truly random source. Your system is rather unwieldy when you can simply call openssl_random_pseudo_bytes() for good randomness. Don't use microtime as a source of randomness.

<< Back to user notes page

To Top