EdDoc: home/built-in_modules/random/random.random
A function available after importing the built-in random module.
Returns a floating point number in the range 0.0 to 1.0.
None.
a randomly generated float.
This function simply returns a floating point number in the range 0.0 to 1.0.
>>> random.random() 0.6281101408783788