Staging
v0.8.1
Revision ac1fc95c3ca2dd51b63152991b742496838c5e01 authored by Guido van Rossum on 08 October 1997, 15:23:55 UTC, committed by Guido van Rossum on 08 October 1997, 15:23:55 UTC
1 parent 2861f4e
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