blob: b7a726e72c91687ff0cf5af37cc4142de6243113 [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
11\item[rand]
12--- Integer random number generator.
13
14\item[whrandom]
15--- Floating point random number generator.
16
17\item[array]
18--- Efficient arrays of uniformly typed numeric values.
19
20\end{description}