]> granicus.if.org Git - python/commitdiff
Add link to an alternative generator with a long-period.
authorRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 20:52:13 +0000 (20:52 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 20:52:13 +0000 (20:52 +0000)
Doc/library/random.rst

index cab6d2f207585f7c2b4c1d33ade756e3ce26ec4a..e50e536d19aa473e592cfee6f91ce432f6a1fea2 100644 (file)
@@ -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.