random_int
composer/composer
Supported Versions: PHP 7, PHP 8
Get a cryptographically secure, uniformly selected integer
<?php random_int
(
int $min
,
int $max
):
int
<?php
return
false
; } return !
random_int
(
0
,
50
); }
src/Composer/Cache.php