1 2 3 4 5 6 7
#ifndef MATHS_H #define MATHS_H void SetSeededFastRandom(int seed); int SeededFastRandom(void); #endif