[Python-checkins] python/dist/src/Doc/lib libwhrandom.tex, 1.15,
1.15.30.1
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Fri Dec 10 18:23:35 CET 2004
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24276
Modified Files:
Tag: release24-maint
libwhrandom.tex
Log Message:
SF bug #1081370: Bad reference in whrandom docs
Index: libwhrandom.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/Attic/libwhrandom.tex,v
retrieving revision 1.15
retrieving revision 1.15.30.1
diff -u -d -r1.15 -r1.15.30.1
--- libwhrandom.tex 20 Oct 2001 04:24:09 -0000 1.15
+++ libwhrandom.tex 10 Dec 2004 17:23:32 -0000 1.15.30.1
@@ -14,7 +14,8 @@
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 @@
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}
More information about the Python-checkins
mailing list