RandGaussGetSize

Computes the length of the Gaussian distribution generator structure.

Syntax

IppStatus ippsRandGaussGetSize_16s(int* pRandGaussStateSize);

Parameters

pRandGaussStateSize

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

Description

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.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pointer pRandGaussStateSize is NULL.

Submit feedback on this help topic

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