how to create n dimensional RANDOM array in python code example Example: numpy generate random 2d array import numpy as np a=np.random.rand(3,3) print(a)