RandUniformGetSize

Computes the length of the uniform distribution generator structure.

Syntax

IppStatus ippsRandUniformGetSize_16s(int* pRandUniStateSize);

Parameters

pRandUniStateSize

Pointer to the computed value of size in bytes of the generator specification structure.

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pointer pRandUniStateSize is NULL .

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.