Staging
v0.5.1
Revision eec6ef1aa279e258d2c067d2916120d132d00806 authored by Guido van Rossum on 07 October 1997, 14:44:48 UTC, committed by Guido van Rossum on 07 October 1997, 14:44:48 UTC
1 parent 6cd7ecb
Raw File
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