Notes for Intel® oneAPI Math Kernel Library Vector Statistics
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-D68730CF-9852-4B23-B6AD-B409E2103DA8
Visible to Intel only — GUID: GUID-D68730CF-9852-4B23-B6AD-B409E2103DA8
Cauchy (VSL_RNG_METHOD_CAUCHY_ICDF)
Random number generator of the Cauchy distribution with parameters a and β. You can generate any successive random number x of the Cauchy distribution by the inverse transformation method from the formula
where u is a successive random number of a uniform distribution over the interval (-p/2, p/2).
See Intel® oneAPI Math Kernel Library Vector Statistics Random Number Generator Performance Data for test results summary.