SDL 2.0
|
Go to the source code of this file.
Data Structures | |
struct | SDLTest_RandomContext |
Macros | |
#define | SDLTest_RandomInt(c) ((int)SDLTest_Random(c)) |
Functions | |
void | SDLTest_RandomInit (SDLTest_RandomContext *rndContext, unsigned int xi, unsigned int ci) |
void | SDLTest_RandomInitTime (SDLTest_RandomContext *rndContext) |
unsigned int | SDLTest_Random (SDLTest_RandomContext *rndContext) |
#define SDLTest_RandomInt | ( | c | ) | ((int)SDLTest_Random(c)) |
Definition at line 54 of file SDL_test_random.h.
unsigned int SDLTest_Random | ( | SDLTest_RandomContext * | rndContext | ) |
void SDLTest_RandomInit | ( | SDLTest_RandomContext * | rndContext, |
unsigned int | xi, | ||
unsigned int | ci | ||
) |
void SDLTest_RandomInitTime | ( | SDLTest_RandomContext * | rndContext | ) |