diff options
| author | Kevin Sheppard <kevin.sheppard@gmail.com> | 2020-05-12 23:26:21 +0100 |
|---|---|---|
| committer | Kevin Sheppard <kevin.sheppard@gmail.com> | 2020-05-12 23:26:21 +0100 |
| commit | ac72f8d63e8d5522b680758a3d6537ab722cabd4 (patch) | |
| tree | a459b24d54a3db39d88601bc16719a96eaf0e621 /numpy/random | |
| parent | 95309c74204c6cdedb7d9498eb95f155941cd948 (diff) | |
| download | numpy-ac72f8d63e8d5522b680758a3d6537ab722cabd4.tar.gz | |
DOC: Update docstring
Fix indent on reference and remove text that may be incorrect.
Diffstat (limited to 'numpy/random')
| -rw-r--r-- | numpy/random/_mt19937.pyx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/numpy/random/_mt19937.pyx b/numpy/random/_mt19937.pyx index b89a61ea1..16a377cc6 100644 --- a/numpy/random/_mt19937.pyx +++ b/numpy/random/_mt19937.pyx @@ -238,12 +238,11 @@ cdef class MT19937(BitGenerator): ---------- .. [1] Matsumoto, M, Generating multiple disjoint streams of pseudorandom number sequences. Accessed on: May 6, 2020. - [Online]. Available: http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/JUMP/ .. [2] Hiroshi Haramoto, Makoto Matsumoto, Takuji Nishimura, François - Panneton, Pierre L\'Ecuyer, "Efficient Jump Ahead for F2-Linear - Random Number Generators", INFORMS JOURNAL ON COMPUTING, Vol. 20, - No. 3, Summer 2008, pp. 385-390. + Panneton, Pierre L\'Ecuyer, "Efficient Jump Ahead for F2-Linear + Random Number Generators", INFORMS JOURNAL ON COMPUTING, Vol. 20, + No. 3, Summer 2008, pp. 385-390. """ cdef MT19937 bit_generator |
