diff options
| author | Matti Picus <matti.picus@gmail.com> | 2019-06-13 16:04:56 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-13 16:04:56 +0300 |
| commit | ff242911601f4b815f572fd105ca4f35fb2ec49b (patch) | |
| tree | 87acd7d9ef32432d99a32d4b5eb29e15ca7e01a2 /numpy | |
| parent | e5425cd6d1c94df4d94634df2225475c8c014c77 (diff) | |
| parent | cffba839d1f46bc699f0b2c1838d30ca1f0b63ba (diff) | |
| download | numpy-ff242911601f4b815f572fd105ca4f35fb2ec49b.tar.gz | |
Merge pull request #13773 from bduvenhage/doc_update/reference_update_for_lemires_method
DOC: Update of reference to paper for Lemire's method
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/random/generator.pyx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/numpy/random/generator.pyx b/numpy/random/generator.pyx index 368a03e8f..a53b9f7b7 100644 --- a/numpy/random/generator.pyx +++ b/numpy/random/generator.pyx @@ -419,7 +419,8 @@ cdef class Generator: References ---------- .. [1] Daniel Lemire., "Fast Random Integer Generation in an Interval", - CoRR, Aug. 13, 2018, http://arxiv.org/abs/1805.10941. + ACM Transactions on Modeling and Computer Simulation 29 (1), 2019, + http://arxiv.org/abs/1805.10941. """ if high is None: |
