Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: 22cf34795534220f1bf47013e4a7f0a5502ba3fb authored by cvs2svn on 26 November 1997, 21:20:51 UTC
This commit was manufactured by cvs2svn to create tag 'r15b1'.
Tip revision: 22cf347
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