True random number generator

Zerge zerge69 at gmail.com
Sun May 25 02:00:31 EDT 2008


truerandom.py is a Python module that generates true random numbers
obtained from www.random.org.

Use with the form: mylist=truerandom.getnum(min,max,amount)

mylist will be a list containing the true random numbers.

If for some reason the numbers cannot be generated, the list will
contain -1.

You can download it here:
http://code.google.com/p/truerandom/



More information about the Python-list mailing list