✔ CSPRNG


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

var_dump$int );
var_dumpbin2hex($bytes) );
?>
Output
int(65) string(20) "f24e958bd7db60dd453f"