double Random::randDblExc(const double& n) { return randDblExc() * n; }
double MTRand::randDblExc( const double& n ) { return randDblExc() * n; }