Code has been added to clipboard!

Python Random Uniform

Example
import numpy

uniform = numpy.random.uniform(0, 100, size = (3, 5))
print(uniform)