Developer Reference for Intel® Integrated Performance Primitives
Computes the length of the uniform distribution generator structure.
IppStatus ippsRandUniformGetSize_8u(int* pRandUniformStateSize);
IppStatus ippsRandUniformGetSize_16s(int* pRandUniformStateSize);
IppStatus ippsRandUniformGetSize_32f(int* pRandUniformStateSize);
IppStatus ippsRandUniformGetSize_64f(int* pRandUniformStateSize);
ipps.h
Headers: ippcore.h, ippvm.h
Libraries: ippcore.lib, ippvm.lib
pRandUniformStateSize |
Pointer to the computed value of size in bytes of the generator specification structure. |
This function computes the length (in bytes) pRandUniformStateSize of the uniform distribution generator structure that is used by the ippsRandUniformInit function.
The example of using this function is similar to the example provided with the Histogram function description.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pointer pRandUniformStateSize is NULL . |