Intel® Integrated Performance Primitives (Intel® IPP) Developer Guide and Reference

ID 790148
Date 3/22/2024
Public
Document Table of Contents

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.

See Also