PHP 5.x support for random_bytes() and random_int()
polyfill
php
random
randomization
random-generation
secure
php5
secure-by-default
random-bytes
csprng
randomness
random-int
-
Updated
Dec 25, 2021 - PHP
Description
Currently, each function returns a single value. We should give the option to return an array of values.
Proposed solution
Create a proxy function and use it in each one of the function generators: