50 namespace distributionModels
107 virtual scalar
sample()
const;
118 virtual scalar
erfInv(
const scalar
y)
const;
A normal distribution model.
virtual scalar sample() const
Sample the distributionModel.
virtual autoPtr< distributionModel > clone() const
Construct and return a clone.
virtual scalar minValue() const
Return the minimum value.
A list of keyword definitions, which are a keyword followed by any number of values (e...
virtual scalar erfInv(const scalar y) const
virtual scalar maxValue() const
Return the maximum value.
virtual scalar meanValue() const
Return the mean value.
virtual ~normal()
Destructor.
normal(const dictionary &dict, Random &rndGen)
Construct from components.
A library of runtime-selectable distribution models.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("normal")
Runtime type information.