diff options
Diffstat (limited to 'Doc/lib/librandom.tex')
-rw-r--r-- | Doc/lib/librandom.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex index 3bc92ce..b8d5f78 100644 --- a/Doc/lib/librandom.tex +++ b/Doc/lib/librandom.tex @@ -1,4 +1,5 @@ \section{Standard Module \sectcode{random}} +\label{module-random} \stmodindex{random} This module implements pseudo-random number generators for various @@ -69,3 +70,8 @@ then or equal to zero. If \var{kappa} is equal to zero, this distribution reduces to a uniform random angle over the range 0 to \code{2*pi}. \end{funcdesc} + + +\begin{seealso} +\seemodule{whrandom}{the standard Python random number generator} +\end{seealso} |