The random module provides functions to generate random numbers.
Globals: |
|
Functions: |
Returns a random float in the range 0 (inclusive) to 1 (exclusive).
See also Seed
Returns a random float in the range 0 (inclusive) to range (exclusive).
See also Seed
Returns a random float in the range low (inclusive) to high (exclusive).
See also Seed