|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include <NormalDistribution.hpp>
Inheritance diagram for moose::normal_distribution< T >:
Collaboration diagram for moose::normal_distribution< T >:Public Member Functions | |
| normal_distribution (T mean=0.0, T sigma=1.0) | |
| double | operator() (moose::MOOSE_RNG_DEFAULT_ENGINE &r) |
| ~normal_distribution () | |
Public Attributes | |
| T | mean_ |
| T | sigma_ |
Get a Normally Distribution value from a given RNG.
| T |
Definition at line 143 of file NormalDistribution.hpp.
|
inline |
Definition at line 148 of file NormalDistribution.hpp.
|
inline |
Definition at line 155 of file NormalDistribution.hpp.
|
inline |
Definition at line 157 of file NormalDistribution.hpp.
| T moose::normal_distribution< T >::mean_ |
Definition at line 191 of file NormalDistribution.hpp.
Referenced by moose::normal_distribution< double >::normal_distribution().
| T moose::normal_distribution< T >::sigma_ |
Definition at line 192 of file NormalDistribution.hpp.
Referenced by moose::normal_distribution< double >::normal_distribution(), and moose::normal_distribution< double >::operator()().