0
Q:

random between two floats python

>>> random.uniform(1.5, 1.9)
1.8733202628557872
11
# The random function random() returns a random float between
# zero and one
import random
random.random()
6

New to Communities?

Join the community