home *** CD-ROM | disk | FTP | other *** search
- <TITLE>Miscellaneous Services -- Python library reference</TITLE>
- Next: <A HREF="../g/generic_operating_system_services" TYPE="Next">Generic Operating System Services</A>
- Prev: <A HREF="../s/string_services" TYPE="Prev">String Services</A>
- Up: <A HREF="../t/top" TYPE="Up">Top</A>
- Top: <A HREF="../t/top" TYPE="Top">Top</A>
- <H1>5. Miscellaneous Services</H1>
- The modules described in this chapter provide miscellaneous services
- that are available in all Python versions. Here's an overview:
- <P>
- <DL>
- <DT><B>math</B><DD>--- Mathematical functions (<CODE>sin()</CODE> etc.).
- <P>
- <DT><B>rand</B><DD>--- Integer random number generator.
- <P>
- <DT><B>whrandom</B><DD>--- Floating point random number generator.
- <P>
- <DT><B>array</B><DD>--- Efficient arrays of uniformly typed numeric values.
- <P>
- </DL>
- <H2>Menu</H2><DL COMPACT>
- <DT><A HREF="../m/math" TYPE=Menu>math</A>
- <DD><DT><A HREF="../r/rand" TYPE=Menu>rand</A>
- <DD><DT><A HREF="../w/whrandom" TYPE=Menu>whrandom</A>
- <DD><DT><A HREF="../a/array" TYPE=Menu>array</A>
- <DD></DL>
-