✔ CSPRNG


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

var_dump$int );
var_dumpbin2hex($bytes) );
?>
Output
int(-14) string(20) "f271e9b035c824c036b1"