diff options
Diffstat (limited to 'Doc/lib/librand.tex')
-rw-r--r-- | Doc/lib/librand.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/librand.tex b/Doc/lib/librand.tex index 07d309e..3e19440 100644 --- a/Doc/lib/librand.tex +++ b/Doc/lib/librand.tex @@ -8,7 +8,6 @@ given library's implementation. While still supported for compatibility, the \code{rand} module is now considered obsolete; if possible, use the \code{whrandom} module instead. -\setindexsubitem{(in module rand)} \begin{funcdesc}{choice}{seq} Returns a random element from the sequence \var{seq}. |