#ifndef RANDOM_H_ #define RANDOM_H_ unsigned int get_random(unsigned int max); #endif // RANDOM_H_