Set to the initial state (no tracker).
(self)
| 131 | self.seeds_ = set() |
| 132 | |
| 133 | def reset(self): |
| 134 | """Set to the initial state (no tracker).""" |
| 135 | self.states_ = {} |
| 136 | self.seeds_ = set() |
| 137 | |
| 138 | def get_states(self): |
| 139 | """Get rng states. Copy the dictionary so we have direct |
no outgoing calls