Computes the length of the Gaussian distribution generator structure.
IppStatus ippsRandGaussGetSize_16s(int* pRandGaussStateSize);
pRandGaussStateSize |
Pointer to the computed value of size in bytes of the generator specification structure. |
The function ippsRandGaussGetSize is declared in the ipps.h file. This function computes the length (in bytes) pRandGaussStateSize of the uniform distribution generator structure that is used by the function ippsRandGaussInit.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pRandGaussStateSize is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.