Visible to Intel only — GUID: GUID-2310E788-8281-4473-BA85-CFDA74A2997E
Visible to Intel only — GUID: GUID-2310E788-8281-4473-BA85-CFDA74A2997E
RandGaussGetSize
Computes the length of the Gaussian distribution generator structure.
Syntax
IppStatus ippsRandGaussGetSize_8u(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_32f(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_16s(int* pRandGaussStateSize);
IppStatus ippsRandGaussGetSize_64f(int* pRandGaussStateSize);
Include Files
ipps.h
Domain Dependencies
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
Parameters
pRandGaussStateSize |
Pointer to the size, in bytes, of the generator specification structure. |
Description
This function computes the length (in bytes) pRandGaussStateSize of the uniform distribution generator structure that is used by the ippsRandGaussInit function.
Return Values
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pRandGaussStateSize is NULL. |