#ifndef RNG_H #define RNG_H int rand(); void srand(int seed); #endif