✔ CSPRNG


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

var_dump$int );
var_dumpbin2hex($bytes) );
?>
Output
int(66) string(20) "8e7655ccf1bc2bd1d712"