Package Crypto :: Package Random :: Module random
[hide private]
[frames] | no frames]

Module random

A cryptographically strong version of Python's standard "random" module.
Classes [hide private]
  StrongRandom
Variables [hide private]
  __revision__ = "$Id$"
  _r = StrongRandom()
  getrandbits = _r.getrandbits
  randrange = _r.randrange
  randint = _r.randint
  choice = _r.choice
  shuffle = _r.shuffle
  sample = _r.sample