|
Random\Randomizer::nextIntGet a positive integer Description
public int Random\Randomizer::nextInt()
Warning
This function is currently not documented; only its argument list is available. ParametersThis function has no parameters. Return ValuesA positive integer between 0 and a maximum value depending on the number of bytes returned from Random\Engine::generate. The exact maximum can be calculated as 2$engine_bytes * 8 - 1 - 1. Errors/Exceptions
ExamplesExample #1 Random\Randomizer::nextInt example
The above example will output something similar to: 8041689838856078718 |