mean = [0, 0] cov = [[1, 0], [0, 100]] gg = np.random.multivariate_normal(mean, cov, size = [5, 12])
I get an array which has 2 columns and 12 row