Staging
v0.8.1
https://github.com/python/cpython
Revision 3df69bca0ac00aa413ab94d29624cd3d0a244448 authored by Guido van Rossum on 19 November 1997, 18:57:48 UTC, committed by Guido van Rossum on 19 November 1997, 18:57:48 UTC
1 parent fc4255d
Raw File
Tip revision: 3df69bca0ac00aa413ab94d29624cd3d0a244448 authored by Guido van Rossum on 19 November 1997, 18:57:48 UTC
Add support for _locale.
Tip revision: 3df69bc
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