mirror of
https://github.com/python/cpython.git
synced 2025-08-13 13:29:13 +00:00
Fix typo.
This commit is contained in:
parent
0354d68d53
commit
c41cf8c0ee
1 changed files with 2 additions and 2 deletions
|
@ -326,6 +326,6 @@ Examples of basic usage::
|
||||||
pseudo-random number generator", Applied Statistics 31 (1982) 188-190.
|
pseudo-random number generator", Applied Statistics 31 (1982) 188-190.
|
||||||
|
|
||||||
`Complementary-Multiply-with-Carry recipe
|
`Complementary-Multiply-with-Carry recipe
|
||||||
<http://code.activestate.com/recipes/576707/>`_ for a compatable alternative
|
<http://code.activestate.com/recipes/576707/>`_ for a compatible alternative
|
||||||
random number generator with a long-period and comparatively simple update
|
random number generator with a long period and comparatively simple update
|
||||||
operations.
|
operations.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue