double randvar_normal_pos

(double mue, double u, int seed)

Generates a positive, N( mue, u ) distributed random number.

Documentation

Generates a positive, N( mue, u ) distributed random number.
Parameters:
mue - : mean value for the normal distribution
u - : variance for the random distribution
seed - : 1: only initialize the N( 0, 1 ) generator 0: returns a standard normal distributed random number
Returns:
random number

Alphabetic index



This page was generated with the help of DOC++.