#include <Normal.h>
Inheritance diagram for Normal::

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. | |