资 源 简 介
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.
http://www.infosegura.net/