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/