1 
2 /* Declarations for the fast random functions */
3 
4 extern void   SeedRandom(Uint32 seed);
5 extern Uint16 FastRandom(Uint16 range);
6 extern Uint32 GetRandSeed(void);
7 
8