RandomNumGen

Inheritance:

Methods of RandomNumGen:

__init__
def __init__(self, seed)

Undocumented function.

__rand
def __rand(self, N)

Undocumented function.

choice
def choice(self, seq)

Undocumented function.

randint
def randint(self, a, b)

Undocumented function.

random
def random(self)

Undocumented function.

randrange
def randrange(self, start, stop=None, step=1)

Undocumented function.

shuffle
def shuffle(self, x)

Undocumented function.