File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -95,12 +95,13 @@ def get_state(self, legacy=True):
9595
9696 If `legacy` is False, a dictionary containing the state information
9797 is returned instead, with the following keys:
98- 1. `bit_generator`: a string specifying the basic psedo-random
99- number generation algorithm. It should always be `MT19937`
100- for this class.
101- 2. `state`: a dictionary guaranteed to contain the key
102- `mkl_stream`, whose value is a bytes object holding content of
103- Intel MKL's stream for the generator.
98+
99+ 1. `bit_generator`: a string specifying the basic psedo-random
100+ number generation algorithm. It should always be `MT19937`
101+ for this class.
102+ 2. `state`: a dictionary guaranteed to contain the key
103+ `mkl_stream`, whose value is a bytes object holding content of
104+ Intel MKL's stream for the generator.
104105
105106 Compare with `numpy.random.get_state`.
106107
You can’t perform that action at this time.
0 commit comments