summaryrefslogtreecommitdiffstats
path: root/Doc/librandom.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/librandom.tex')
-rw-r--r--Doc/librandom.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/librandom.tex b/Doc/librandom.tex
index 3bc92ce..b8d5f78 100644
--- a/Doc/librandom.tex
+++ b/Doc/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}