From: Georg Brandl Date: Wed, 14 Nov 2007 13:59:09 +0000 (+0000) Subject: Remove dead link from random docs. X-Git-Tag: v2.6a1~1058 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b5b6f3c46e1dec2b0a3c8e76e33149f2ea8f484c;p=python Remove dead link from random docs. --- diff --git a/Doc/library/random.rst b/Doc/library/random.rst index e19d07e8c4..9805423063 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. -