Skip to content

Commit 0524b26

Browse files
committed
do not attempt to list in RandomState docstring
1 parent 8e84bf9 commit 0524b26

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

mkl_random/interfaces/_numpy_random.py

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,12 @@ class RandomState(
4545
.. note::
4646
*Compatibility Notice*
4747
48-
While this class shares some similarities with the original
49-
`RandomState`, it has been rewritten to use MKL's vector statistics
50-
functionality, that provides efficient implementation of the MT19937.
51-
As consequences:
52-
this version is NOT seed-compatible with the original
53-
`RandomState`.
54-
the result of `get_state` is NOT compatible with the original
55-
`RandomState`
48+
While this class shares its API with the original `RandomState`, it has
49+
been rewritten to use MKL's vector statistics functionality, that
50+
provides efficient implementation of the MT19937.
51+
As a consequence, this version is NOT seed-compatible with the original
52+
`RandomState` and the result of `get_state` is NOT compatible with the
53+
original `RandomState`
5654
5755
References
5856
-----

0 commit comments

Comments
 (0)