RandomMatrixModel(real=TRUE, ...)WignerModel(n, ...)
WishartModel(n, m, sd=1, ...)
JacobiModel(n, m1, m2, ...)
Ensemble(count, model)
real - Whether the matrix has real components or not
n - Number of rows
m - Number of columns
m1 - Number of columns
m2 - Number of columns
sd - Standard deviation of the sample population
count - Number of matrices in the ensemble
model - The random matrix model to use