Random Multivariate Normal MVN Generator
rmvn(n, mu = rep(0, d), cov_mat)
n
number of observations
mu
d dimensional mean vector
cov_mat
d x d covariance matrix
Matrix (n x d) of random MVN draws