AMK's megapatch:

* \bcode, \ecode added everywhere
	* \label{module-foo} added everywhere
	* A few \seealso sections added.
	* Indentation fixed inside verbatim in lib*tex files
This commit is contained in:
Guido van Rossum 1997-07-17 16:34:52 +00:00
parent 3c2a056fdd
commit e47da0ae04
196 changed files with 1068 additions and 859 deletions

View file

@ -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}