random function

Fred L. Drake, Jr. fdrake at acm.org
Wed Nov 10 16:18:08 EST 1999


Olivier Roche writes:
 > By looking at the index of the python documentation index i haven't
 > seen any random function description. Could somebody tell me if a
 > random function to generate random number (between 0 and 1) exists

  I see the following entries in the latest version; take a look at
the docs for both the random and whrandom modules:

        random() (in whrandom)
        random (standard module)


  -Fred

--
Fred L. Drake, Jr.	     <fdrake at acm.org>
Corporation for National Research Initiatives




More information about the Python-list mailing list