Skip to content

Commit 42f9b70

Browse files
committed
fix indentation in get_state
1 parent 0524b26 commit 42f9b70

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

mkl_random/interfaces/_numpy_random.py

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)