From: Raymond Hettinger Date: Wed, 1 Apr 2009 20:52:13 +0000 (+0000) Subject: Add link to an alternative generator with a long-period. X-Git-Tag: v3.1a2~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fd32a6731295ae046383155c630c697e7a631a1;p=python Add link to an alternative generator with a long-period. --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index cab6d2f207..e50e536d19 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 + `_ for a compatable alternative + random number generator with a long-period and comparatively simple update + operations.