Home | Trees | Indices | Help |
|
---|
|
A cryptographically strong version of Python's standard "random" module.
|
|||
StrongRandom |
|
|||
__revision__ = "$Id$"
|
|||
_r = StrongRandom()
|
|||
getrandbits = _r.getrandbits
|
|||
randrange = _r.randrange
|
|||
randint = _r.randint
|
|||
choice = _r.choice
|
|||
shuffle = _r.shuffle
|
|||
sample = _r.sample
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 16 19:51:32 2013 | http://epydoc.sourceforge.net |