EdDoc: home/built-in_modules/random
A built-in module.
Provides functions to produce pseudo-random numbers.
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. |