randomgen.xorshift1024.Xorshift1024.jumped¶
- Xorshift1024.jumped(iter=1)¶
Returns a new bit generator with the state jumped
The state of the returned big generator is jumped as-if 2**(512 * iter) random numbers have been generated.
- Parameters
- iterinteger, positive
Number of times to jump the state of the bit generator returned
- Returns
- bit_generatorXorshift1024
New instance of generator jumped iter times