Developer Reference for Intel® Integrated Performance Primitives
Computes the length of the Gaussian distribution generator structure.
IppStatus ippsRandGaussGetSize_8u(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_32f(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_16s(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_64f(int* pRandGaussStateSize);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
pRandGaussStateSize |
Pointer to the size, in bytes, of the generator specification structure. |
This function computes the length (in bytes) pRandGaussStateSize of the uniform distribution generator structure that is used by the ippsRandGaussInit function.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pRandGaussStateSize is NULL. |