diff options
Diffstat (limited to 'Doc/lib/libwhrandom.tex')
-rw-r--r-- | Doc/lib/libwhrandom.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/libwhrandom.tex b/Doc/lib/libwhrandom.tex index 0645b6f..bc7d402 100644 --- a/Doc/lib/libwhrandom.tex +++ b/Doc/lib/libwhrandom.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{whrandom}} -\label{module-whrandom} -\stmodindex{whrandom} +\declaremodule{standard}{whrandom} + +\modulesynopsis{Floating point pseudo-random number generator.} + This module implements a Wichmann-Hill pseudo-random number generator class that is also named \code{whrandom}. Instances of the |