#include <eoRndGenerators.h>
Inheritance diagram for eoNormalGenerator< T >:

Public Member Functions | |
| eoNormalGenerator (T _stdev=T(1.0), eoRng &_rng=rng) | |
| T | operator() (void) |
| The pure virtual function that needs to be implemented by the subclass. | |
Private Attributes | |
| T | stdev |
| eoRng & | normal |
The user can supply a standard deviation which defaults to 1.
Definition at line 120 of file eoRndGenerators.h.
1.4.7