#ifndef DISTRIB
#define DISTRIB

extern float rand_normal(float mean, float stdev);
extern float rand_uniform(float lower, float higher);

#include"distrib.cpp"

#endif
