#ifndef _numerics_n_
#define _numerics_n_


namespace utils{

double random(const double& min, const double& max);

}

#endif // _numerics_n_