summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMatti Picus <matti.picus@gmail.com>2019-06-13 16:04:56 +0300
committerGitHub <noreply@github.com>2019-06-13 16:04:56 +0300
commitff242911601f4b815f572fd105ca4f35fb2ec49b (patch)
tree87acd7d9ef32432d99a32d4b5eb29e15ca7e01a2 /numpy
parente5425cd6d1c94df4d94634df2225475c8c014c77 (diff)
parentcffba839d1f46bc699f0b2c1838d30ca1f0b63ba (diff)
downloadnumpy-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.pyx3
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: