// RandomSeed.h #ifndef RandomSeed_H #define RandomSeed_H // Returns a new random number seed. long RandomSeed(int i); #endif