From fff2f4bb03f93610c4375f95790e163cc5a94fd5 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Wed, 1 Apr 2009 20:50:58 +0000 Subject: Add link to an alternative generator with a long-period. --- Doc/library/random.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/random.rst b/Doc/library/random.rst index 9e55665..e9f4d82 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -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 + `_ for a compatable alternative + random number generator with a long-period and comparatively simple update + operations. -- cgit v0.12