Uniform (VSL_RNG_METHOD_UNIFORM_STD/VSL_RNG_METHOD_UNIFORM_STD_ACCURATE)
Random number generator of uniform distribution over the real interval [
a,b
). You may identify the underlying BRNG by passing the random stream descriptor
stream
as a parameter. Then the Uniform function calls real implementation (of single precision for
vsRngUniform
and of double precision for
vdRngUniform
) of this BRNG.See Intel® oneAPI Math Kernel Library Vector Statistics Random Number Generator Performance Data for test results summary.