#ifndef MAD_RAND_H #define MAD_RAND_H void init55(int seed); double frndm(void); double grndm(void); double tgrndm(double cut); #endif // MAD_RAND_H