user avatar
:ambulance: fix(core) Use only random_int for pseudo-random int generation
Côme Chilliet authored
For PHP<7.0, we fall back on openssl_random_pseudo_bytes from openssl module.

issue #5843
b62266fa