|
Random\Engine\PcgOneseq128XslRr64::jumpEfficiently move the engine ahead multiple steps Description
public void Random\Engine\PcgOneseq128XslRr64::jump(int
$advance )
Moves the algorithm’s state ahead by the number of steps given by Parameters
Return ValuesNo value is returned. Errors/Exceptions
ExamplesExample #1 Random\Engine\PcgOneseq128XslRr64::jump example
The above example will output: A: e6d0d5813913a424 B: e6d0d5813913a424 Example #2 Randomizer methods may call the engine more than once
The above example will output: A: 1e9f3107d56653d0 B: a156c0086dd79d44 B: 1e9f3107d56653d0 |