18 return min + rand() % (max - min + 1);
28 return rand() / (float) RAND_MAX *(max - min) + min;
double updateDeltaTime(void)
void fatalError(const char *string)
Uint64 SDL_GetPerformanceFrequency(void)
Get the count per second of the high resolution counter.
int randomInt(int min, int max)
float randomFloat(float min, float max)
#define SDL_ShowSimpleMessageBox
#define SDL_GetPerformanceCounter