WishartMatrixDistribution
WishartMatrixDistribution[ν, Σ] represents a Wishart matrix distribution with ν degrees of freedom and covariance matrix Σ.
Examples
dist = WishartMatrixDistribution[5, IdentityMatrix[3]]RandomVariate[dist]Please visit the official Wolfram Language Reference for more details.