[Python-checkins] r70990 - python/branches/release30-maint/Doc/library/random.rst

raymond.hettinger python-checkins at python.org
Wed Apr 1 22:54:19 CEST 2009


Author: raymond.hettinger
Date: Wed Apr  1 22:54:19 2009
New Revision: 70990

Log:
Add link to an alternative generator with a long-period.

Modified:
   python/branches/release30-maint/Doc/library/random.rst

Modified: python/branches/release30-maint/Doc/library/random.rst
==============================================================================
--- python/branches/release30-maint/Doc/library/random.rst	(original)
+++ python/branches/release30-maint/Doc/library/random.rst	Wed Apr  1 22:54:19 2009
@@ -253,3 +253,7 @@
    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.


More information about the Python-checkins mailing list