This commit is contained in:
Andrew M. Kuchling 2009-04-02 00:02:14 +00:00
parent e361bcb43f
commit e9d35ef230

View file

@ -326,6 +326,6 @@ Examples of basic usage::
pseudo-random number generator", Applied Statistics 31 (1982) 188-190.
`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
<http://code.activestate.com/recipes/576707/>`_ for a compatible alternative
random number generator with a long period and comparatively simple update
operations.