8 #ifndef TPZCONSTRAINEDNORMALRANDOM_H 9 #define TPZCONSTRAINEDNORMALRANDOM_H 14 template <
typename TVar>
31 template <
typename TVar>
36 }
while (value <= this->
fbegin || value >= this->
fend);
40 template <
typename TVar>
42 if (x<this->
fbegin || x > this->
fend)
return 0;
45 return normal_pdf / area;
TPZConstrainedNormalRandom(const TPZConstrainedNormalRandom< TVar > &orig)
virtual ~TPZConstrainedNormalRandom()
TPZConstrainedNormalRandom(TVar begin, TVar end, TVar mean, TVar stdev)
virtual TPZRandom< TVar > * clone()