Bugzilla – Attachment #564: fixed the first erroneous value of GetValue from NormalVariable for bug #660
NormalVariableImpl::NormalVariableImpl(const NormalVariableImpl& c)
: RandomVariableBase(c), m_mean(c.m_mean), m_variance(c.m_variance),
m_bound(c.m_bound) { }
m_bound(c.m_bound), m_nextValid(false) { }
double NormalVariableImpl::GetValue()
{