Code has been added to clipboard!

Python Random – Sample Arrays

Example
import numpy

array = numpy.random.randn(3)
print(array)