WordPress/wp-includes/random_compat
..
byte_safe_strings.php
error_polyfill.php
random_bytes_com_dotnet.php
random_bytes_dev_urandom.php
random_bytes_mcrypt.php Use PHP7's random_int() CSPRNG functionality in wp_rand() with a fallback to the random_compat library for PHP 5.x. 2015-10-09 04:28:24 +00:00
random_bytes_openssl.php
random_int.php
random.php