1 #ifndef BFG_RNDENGINE_H
2 #define BFG_RNDENGINE_H
10 #endif // BFG_RNDENGINE_H
void rnd_srand2(unsigned int seed)
Definition: bfg_rndEngine.c:20
int rnd_random(int start, int end)
Definition: bfg_rndEngine.c:9
int rnd_random2(int start, int end)
Definition: bfg_rndEngine.c:14