Table of Contents
numbers
math
cmath
decimal
fractions
random
random.Random
random.SystemRandom
random.WichmannHill
itertools
functools
operator
Random.
seed
Initialize internal state from hashable object.
None or no argument seeds from current time or from an operating system specific randomness source if available.
If a is not None or an int or long, hash(a) is used instead.