mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
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:
parent
3c2a056fdd
commit
e47da0ae04
196 changed files with 1068 additions and 859 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue