|
Random\Randomizer::getIntGet a uniformly selected integer Description
public int Random\Randomizer::getInt(int
$min , int $max )
Warning
This function is currently not documented; only its argument list is available. Parameters
Return Values
A uniformly selected integer from the closed interval
[ Errors/Exceptions
ExamplesExample #1 Random\Randomizer::getInt example
The above example will output something similar to: 42 See Also
|