diff options
author | Georg Brandl <georg@python.org> | 2007-11-14 13:59:09 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-11-14 13:59:09 (GMT) |
commit | b5b6f3c46e1dec2b0a3c8e76e33149f2ea8f484c (patch) | |
tree | 25a6b1eac40d4825d85b873d28312de77a49175c | |
parent | 0d75f09177cea068ad9eec438ff6425e6c2355fc (diff) | |
download | cpython-b5b6f3c46e1dec2b0a3c8e76e33149f2ea8f484c.zip cpython-b5b6f3c46e1dec2b0a3c8e76e33149f2ea8f484c.tar.gz cpython-b5b6f3c46e1dec2b0a3c8e76e33149f2ea8f484c.tar.bz2 |
Remove dead link from random docs.
-rw-r--r-- | Doc/library/random.rst | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/random.rst b/Doc/library/random.rst index e19d07e..9805423 100644 --- a/Doc/library/random.rst +++ b/Doc/library/random.rst @@ -308,8 +308,3 @@ 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. - http://www.npl.co.uk/ssfm/download/abstracts.html#196 - A modern variation of the Wichmann-Hill generator that greatly increases the - period, and passes now-standard statistical tests that the original generator - failed. - |