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:
iter=1

Number of times to jump the state of the rng.

Returns:

self – RNG jumped iter times

Return type:

PCG32

Notes

The step size is phi when divided by the period 2**64