randomgen.pcg32.PCG32.jump¶
- PCG32.jump(iter=1)¶
Jump the state a fixed increment
Jumps the state as-if 11400714819323198486 random numbers have been generated.
- Parameters
- iterinteger, positive
Number of times to jump the state of the rng.
- Returns
- selfPCG32
RNG jumped iter times
Notes
The step size is phi when divided by the period 2**64