sci.crypt
  Home FAQ Contact Sign in
sci.crypt only
 
Advanced search
May 2008
motuwethfrsasuw
   1234 18
567891011 19
12131415161718 20
19202122232425 21
262728293031  22
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007 2006  
total
sci.crypt Profile…
RELATED GROUPS

POPULAR GROUPS

 Up
  True random number generator module for Python         


Author: Zerge
Date: May 24, 2008 23:07

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/
3 Comments