#ifndef _RAND #define _RAND void srand (unsigned int seed); int rand (void); #endif //_RAND