[Tutor] Generating small random integer

Adam adam.jtm30 at gmail.com
Mon Feb 20 00:24:14 CET 2006


On 19/02/06, Kermit Rose <kermit at polaris.net> wrote:
>
> Hello.
>
> How can I find documentation on the random number generator function.
>
> It's not listed in the math module.


You might want to try the random
module.<http://www.python.org/doc/2.4.2/lib/module-random.html>

In general,  how can I find documentation on any particular function if I
> don't know what module it is in?


do a search on http://www.python.org/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/tutor/attachments/20060219/b3ad8f2a/attachment-0001.htm 


More information about the Tutor mailing list