RFC: Use php_mt_rand() instead of php_rand()

Project Governance
Author
Both php_rand() and php_mt_rand() internal function provides pseudo random numbers. php_rand() uses system random function which has less randomness compare to ...

This RFC has not yet started voting