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

Module random

A cryptographically strong version of Python's standard "random" module.
Classes
  StrongRandom
Variables
  getrandbits = _r.getrandbits
  randrange = _r.randrange
  randint = _r.randint
  choice = _r.choice
  shuffle = _r.shuffle
  sample = _r.sample