randomgen.pcg64.LCG128Mix.jumped¶
- LCG128Mix.jumped(iter=1)¶
Returns a new bit generator with the state jumped
The state of the returned big generator is jumped as-if 2**(64 * iter) random numbers have been generated.
- Parameters
- iterinteger, positive
Number of times to jump the state of the bit generator returned
- Returns
- bit_generatorPCG64
New instance of generator jumped iter times
Notes
The step size is phi (the Golden Ratio) when divided by the period 2**128.