(double mue,  double u,  int seed)
 Generates a N( mue, u ) distributed random number.
Documentation
Generates a N( mue, u ) distributed random number.
- Parameters:
- mue - :       mean value for the normal distribution 
 u - :         variance for the random distribution
 seed - :      1: only initialization
0: returns a standard normal distributed random number
 
- Returns:
-   random number
 
Alphabetic index
This page was generated with the help of DOC++.