// prototypes for random number functions #ifndef RANDOM_H #define RANDOM_H float random (int&); #endif