diff options
Diffstat (limited to 'Doc/lib/librand.tex')
-rw-r--r-- | Doc/lib/librand.tex | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/lib/librand.tex b/Doc/lib/librand.tex index a48ea22..7a5adea 100644 --- a/Doc/lib/librand.tex +++ b/Doc/lib/librand.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{rand}} -\label{module-rand} -\stmodindex{rand} +\declaremodule{standard}{rand} + +\modulesynopsis{None} + The \code{rand} module simulates the C library's \code{rand()} interface, though the results aren't necessarily compatible with any |