We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ecffab commit f016dbdCopy full SHA for f016dbd
randomgen/generator.pyx
@@ -4315,9 +4315,6 @@ standard_exponential = _random_generator.standard_exponential
4315
standard_gamma = _random_generator.standard_gamma
4316
standard_normal = _random_generator.standard_normal
4317
standard_t = _random_generator.standard_t
4318
-get_state = lambda: _random_generator.state
4319
-def set_state(state):
4320
- _random_generator.state = state
4321
tomaxint = _random_generator.tomaxint
4322
triangular = _random_generator.triangular
4323
uniform = _random_generator.uniform
0 commit comments