Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: a226cd82f6939364911bcdaea0935130f0d4137b authored by cvs2svn on 12 December 1997, 00:09:34 UTC
This commit was manufactured by cvs2svn to create tag 'r15b2'.
Tip revision: a226cd8
libmisc.tex
\chapter{Miscellaneous Services}

The modules described in this chapter provide miscellaneous services
that are available in all Python versions.  Here's an overview:

\begin{description}

\item[math]
--- Mathematical functions (\code{sin()} etc.).

\item[whrandom]
--- Floating point pseudo-random number generator.

\item[random]
--- Generate pseudo-random numbers with various common distributions.

\item[rand]
--- Integer pseudo-random number generator (obsolete).

\item[array]
--- Efficient arrays of uniformly typed numeric values.

\end{description}
back to top