Visible to Intel only — GUID: GUID-C5A71FF5-A1E8-4B90-BD5B-15CE86D76440
Visible to Intel only — GUID: GUID-C5A71FF5-A1E8-4B90-BD5B-15CE86D76440
GaussianMV (VSL_RNG_METHOD_GAUSSIANMV_BOXMULLER2)
Random number generator of d-variate (correlated) normal distribution with parameters a and T. You can obtain any successive random vector x according to the formula
where:
zn is a d-dimensional vector of random numbers from standard normal distribution
T is a lower triangular dxd matrix - Cholesky factor of variance-covariance matrix
Random numbers from standard normal distribution are generated by method
VSL_RNG_METHOD_GAUSSIAN_BOXMULLER2.
See Intel® oneAPI Math Kernel Library Vector Statistics Random Number Generator Performance Data for test results summary and performance graphs.