File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff 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 -----
You can’t perform that action at this time.
0 commit comments