diff options
Diffstat (limited to 'Doc/libwhrandom.tex')
-rw-r--r-- | Doc/libwhrandom.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/libwhrandom.tex b/Doc/libwhrandom.tex index 7803184..b83e6ab 100644 --- a/Doc/libwhrandom.tex +++ b/Doc/libwhrandom.tex @@ -5,7 +5,6 @@ This module implements a Wichmann-Hill pseudo-random number generator class that is also named \code{whrandom}. Instances of the \code{whrandom} class have the following methods: -\setindexsubitem{(in module whrandom)} \begin{funcdesc}{choice}{seq} Chooses a random element from the non-empty sequence \var{seq} and returns it. |