rand
brefphp/bref
Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Generate a random integer
<?php rand
():
int
<?php
if (
rand
(
0
,
99
) >
0
) { return; }
src/Runtime/LambdaRuntime.php