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

Package Random

Submodules [hide private]

Functions [hide private]
 
new(*args, **kwargs)
Return a file-like object that outputs cryptographically random bytes.
 
atfork()
Call this whenever you call os.fork()
 
get_random_bytes(n)
Return the specified number of cryptographically-strong random bytes.
Variables [hide private]
  __revision__ = '$Id$'
  __package__ = 'Crypto.Random'