Home
Trees
Indices
Help
PyCrypto.org
Package Crypto
:: Package Random
[
hide private
]
[
frames
] |
no frames
]
Package Random
Submodules
[
hide private
]
Crypto.Random.Fortuna
Crypto.Random.Fortuna.FortunaAccumulator
Crypto.Random.Fortuna.FortunaGenerator
Crypto.Random.Fortuna.SHAd256
:
SHA_d-256 hash function implementation.
Crypto.Random.OSRNG
:
Provides a platform-independent interface to the random number generators supplied by various operating systems.
Crypto.Random.OSRNG.fallback
Crypto.Random.OSRNG.nt
Crypto.Random.OSRNG.posix
Crypto.Random.OSRNG.rng_base
Crypto.Random._UserFriendlyRNG
Crypto.Random.random
:
A cryptographically strong version of Python's standard "random" module.
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$"
Home
Trees
Indices
Help
PyCrypto.org
Generated by Epydoc 3.0.1 on Wed Oct 16 19:51:31 2013
http://epydoc.sourceforge.net