// Some utility classes and functions. // Glen Cowan, RHUL Physics Dept., 4 December 2001. #ifndef UTILS_H #define UTILS_H float GaussRan (int*); float CauchyRan (int*); #endif