Go to the documentation of this file.
35 namespace distributionModels
51 minValue_(distributionModelDict_.get<scalar>(
"minValue")),
52 maxValue_(distributionModelDict_.get<scalar>(
"maxValue"))
61 minValue_(
p.minValue_),
62 maxValue_(
p.maxValue_)
76 return rndGen_.position<scalar>(minValue_, maxValue_);
94 return 0.5*(minValue_ + maxValue_);
addToRunTimeSelectionTable(distributionModel, binned, dictionary)
A library of runtime-selectable distribution models.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Macros for easy insertion into run-time selection tables.
defineTypeNameAndDebug(binned, 0)