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