(PHP 8 >= 8.2.0)
Random\Randomizer::nextInt — Get a positive integer
This function is currently not documented; only its argument list is available.
This function has no parameters.
Example #1 Random\Randomizer::nextInt() example
<?php
$r = new \Random\Randomizer();
// Random "next" integer:
echo $r->nextInt(), "\n";
?>
The above example will output something similar to:
8041689838856078718