diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-01 20:52:13 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-01 20:52:13 (GMT) |
commit | 1fd32a6731295ae046383155c630c697e7a631a1 (patch) | |
tree | 0965557f3309dd307357146299585d55a3f54204 /Doc/library | |
parent | 4b413d320d3d7fddb4cf7554e81ac2ec8c75eb30 (diff) | |
download | cpython-1fd32a6731295ae046383155c630c697e7a631a1.zip cpython-1fd32a6731295ae046383155c630c697e7a631a1.tar.gz cpython-1fd32a6731295ae046383155c630c697e7a631a1.tar.bz2 |
Add link to an alternative generator with a long-period.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/random.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index cab6d2f..e50e536 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -253,3 +253,7 @@ Examples of basic usage:: Modeling and Computer Simulation Vol. 8, No. 1, January pp.3-30 1998. + `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. |