Python 3 - EdDoc

EdDoc: home/built-in_modules/random

random

A built-in module.
Provides functions to produce pseudo-random numbers.

Index:

Functions / Methods Description
random.choice() Returns a random value from a container data-type.
random.randint() Produces a random integer.
random.random() Returns a floating point number in the range 0.0 to 1.0.