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

Module _UserFriendlyRNG

Classes [hide private]
  _EntropySource
  _EntropyCollector
  _UserFriendlyRNG
  _LockingUserFriendlyRNG
  RNGFile
Functions [hide private]
 
_get_singleton()
 
new()
 
reinit()
 
get_random_bytes(n)
Return the specified number of cryptographically-strong random bytes.
Variables [hide private]
  __revision__ = '$Id$'
  _singleton_lock = threading.Lock()
  _singleton = None
  __package__ = 'Crypto.Random'