| 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 16:22:58 2013 | http://epydoc.sourceforge.net |