Code has been added to clipboard!

Python Random: 2-D and 3-D Arrays

Example
import numpy

array = numpy.random.randn(3, 5, 2)
print(array)