/* this is the header file for monte carlo routines */ #ifndef int_montecarlo_h #define int_montecarlo_h #include double ran2(long *idum); #endif