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
- iterinteger, positive
Number of times to jump the state of the bit generator returned
- Returns
- bit_generatorPCG32
New instance of generator jumped iter times
Notes
The step size is phi when divided by the period 2**64