Normal Class Reference

A class that generates normal (Gaussian) deviates with a given mean and standard deviation. More...

#include <Normal.h>

Inheritance diagram for Normal::

externCRandVar CRandVar List of all members.

Public Methods

 Normal (RNG *_gen=0, double _mean=0.0, double _stddev=1.0)
 Constructor.


Public Attributes

double mean
 Mean of this distribution.

double stddev
 Standard deviation of this distribution.


Protected Methods

double eval_c_func ()
 The external function used by this r.v.


Detailed Description

A class that generates normal (Gaussian) deviates with a given mean and standard deviation.


The documentation for this class was generated from the following file: