Skip to content

Commit f016dbd

Browse files
committed
CLN: Remove set/get state for system generator
Remove ability to set or get the state of the default generator
1 parent 0ecffab commit f016dbd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

randomgen/generator.pyx

-3
Original file line numberDiff line numberDiff line change
@@ -4315,9 +4315,6 @@ standard_exponential = _random_generator.standard_exponential
43154315
standard_gamma = _random_generator.standard_gamma
43164316
standard_normal = _random_generator.standard_normal
43174317
standard_t = _random_generator.standard_t
4318-
get_state = lambda: _random_generator.state
4319-
def set_state(state):
4320-
_random_generator.state = state
43214318
tomaxint = _random_generator.tomaxint
43224319
triangular = _random_generator.triangular
43234320
uniform = _random_generator.uniform

0 commit comments

Comments
 (0)