Generate a matrix randomly from a normal distribution
randn(..., mean = 0, sd = 1)
...
Any number of dimensions.
mean
vector of means.
sd
vector of standard deviations.