Skip to content

Commit

Permalink
Merge pull request numpy#13773 from bduvenhage/doc_update/reference_u…
Browse files Browse the repository at this point in the history
…pdate_for_lemires_method

DOC: Update of reference to paper for Lemire's method
  • Loading branch information
mattip authored Jun 13, 2019
2 parents e5425cd + cffba83 commit ff24291
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion numpy/random/generator.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ff24291

Please sign in to comment.