代码示例:(标识:python_ml_numpy_uniform)
python_ml_numpy_uniform.py
import numpy

x = numpy.random.uniform(0.0, 5.0, 250)

print(x)
运行结果: