randomgen.squares.Squares.jumped¶
-
Squares.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:¶
- iter=
1
¶ Number of times to jump the state of the bit generator returned
- iter=
- Returns:¶
bit_generator – New instance of generator jumped iter times
- Return type:¶
Notes
The step size is phi (the Golden Ratio) when divided by 2**64.