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

This commit is contained in:
Raymond Hettinger 2009-04-01 20:52:13 +00:00
parent 4b413d320d
commit 1fd32a6731
1 changed files with 4 additions and 0 deletions

View 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.