2.1.24.8.16 llgsrnd


Contents

Description

Generates an array of random numbers from a loglogistic distribution

Syntax

int llgsrnd( double * v, uint n, double mu, double scale )

Parameters

v
[output] Pointer to a double array, which contain the results
n
[input] The number of pseudo-random numbers to be generated. n>=1
mu
[input] The location parameter of the loglogistic distribution
scale
[input] The scale parameter of the loglogistic distribution

Return

Return NE_NOERROR(0) on success, otherwise error

Examples

Remark

See Also

Header to Include

origin.h

Reference