RFCs
Language and policy proposals from this contributor
RFCs are part of the process by which decisions are made about PHP. For more information about the RFC
process as well as viewing a full list of RFCs please visit the
RFC section.
There are several long standing issues with random number generation that should be addressed:
Fix mt_rand() implementation
Alias rand() to mt_rand()
Replace insecure uses of php_rand() with php_random_bytes()
Make array_rand() more efficient