randomgen.pcg32.PCG32.jumped

PCG32.jumped(iter=1)

Returns a new bit generator with the state jumped

The state of the returned big generator is jumped as-if 11400714819323198486 random numbers have been generated.

Parameters:
iter=1

Number of times to jump the state of the bit generator returned

Returns:

bit_generator – New instance of generator jumped iter times

Return type:

PCG32

Notes

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