#ifndef RAND_H #define RAND_H void rand_set_seed(unsigned long long seed); unsigned int rand_uint(unsigned int max); #endif