#include <eoUniformInit.h>
Inheritance diagram for eoNormalInit< T >:

Public Member Functions | |
| eoNormalInit (T _stdev=T(1.0), eoRng &_rng=rng) | |
| void | operator() (T &_t) |
| 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 126 of file eoUniformInit.h.
1.4.7