demo_ml_numpy_uniform.py:
import numpy x = numpy.random.uniform(0.0, 5.0, 250) print(x)
C:\Users\My Name>python demo_ml_numpy_uniform.py