blob: 04be32bd3acd452704ee33db2b8986e5d2f0a679 [file] [log] [blame]
Guido van Rossumecde7811995-03-28 13:35:14 +00001\chapter{Miscellaneous Services}
2
3The modules described in this chapter provide miscellaneous services
4that are available in all Python versions. Here's an overview:
5
6\begin{description}
7
8\item[math]
9--- Mathematical functions (\code{sin()} etc.).
10
Guido van Rossumecde7811995-03-28 13:35:14 +000011\item[whrandom]
Guido van Rossum571391b1997-04-03 22:41:49 +000012--- Floating point pseudo-random number generator.
13
14\item[random]
15--- Generate pseudo-random numbers with various common distributions.
16
17\item[rand]
18--- Integer pseudo-random number generator (obsolete).
Guido van Rossumecde7811995-03-28 13:35:14 +000019
20\item[array]
21--- Efficient arrays of uniformly typed numeric values.
22
23\end{description}