python random in range double code example
Example 1: random float python
>>> random.uniform(1.5, 1.9)
1.8733202628557872
Example 2: generate random float python
random.uniform(0.0, 10.2)
>>> random.uniform(1.5, 1.9)
1.8733202628557872
random.uniform(0.0, 10.2)