✔ CSPRNG


<?php
$int   
random_int(-500500);
$bytes random_bytes(10);

var_dump$int );
var_dumpbin2hex($bytes) );
?>
Output
int(-405) string(20) "c179152c04d2d194e77c"