mirror of
https://github.com/python/cpython.git
synced 2025-08-09 19:38:42 +00:00
Add link to an alternative generator with a long-period.
This commit is contained in:
parent
78a50de704
commit
d9f564f60f
1 changed files with 4 additions and 0 deletions
|
@ -325,3 +325,7 @@ Examples of basic usage::
|
|||
Wichmann, B. A. & Hill, I. D., "Algorithm AS 183: An efficient and portable
|
||||
pseudo-random number generator", Applied Statistics 31 (1982) 188-190.
|
||||
|
||||
`Complementary-Multiply-with-Carry recipe
|
||||
<http://code.activestate.com/recipes/576707/>`_ for a compatable alternative
|
||||
random number generator with a long-period and comparatively simple update
|
||||
operations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue