]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF bug #1081370: Bad reference in whrandom docs
authorRaymond Hettinger <python@rcn.com>
Fri, 10 Dec 2004 17:23:32 +0000 (17:23 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 10 Dec 2004 17:23:32 +0000 (17:23 +0000)
Doc/lib/libwhrandom.tex

index c5df0ef7d06a905b5a04290a15937bafe854e464..cd90824fc11f082bb968cf415980ab0f362702a6 100644 (file)
@@ -14,7 +14,8 @@ no longer used.  Please do not use this module directly; use
 This module implements a Wichmann-Hill pseudo-random number generator
 class that is also named \class{whrandom}.  Instances of the
 \class{whrandom} class conform to the Random Number Generator
-interface described in section \ref{rng-objects}.  They also offer the 
+interface described in the docs for the \refmodule{random} module.
+They also offer the 
 following method, specific to the Wichmann-Hill algorithm:
 
 \begin{methoddesc}[whrandom]{seed}{\optional{x, y, z}}
@@ -29,6 +30,8 @@ following method, specific to the Wichmann-Hill algorithm:
   series produced by the generator.
 \end{methoddesc}
 
+Other supported methods include:
+
 \begin{funcdesc}{choice}{seq}
 Chooses a random element from the non-empty sequence \var{seq} and returns it.
 \end{funcdesc}