how to use floats in random modules code example
Example 1: python list of random float numbers
# To create a list of random float numbers:
import numpy
random_float_array = numpy.random.uniform(75.5, 125.5, 2)
# Output:
# [107.50697835, 123.84889979]
Example 2: random float python
import random
print(random.random(1, 10)) # any int or float