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