Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger

to RandomUint32.
This commit is contained in:
Markus Kauppila 2011-08-17 11:44:57 +03:00
parent 38ba3e6433
commit 7d8de2d4ba
3 changed files with 19 additions and 19 deletions

View file

@ -98,7 +98,7 @@ test_dummy1(void *arg)
/*
for( ; 1 ; )
Log(0, "uint8 (same value): %u", RandomPositiveInteger());
Log(0, "uint8 (same value): %u", RandomUint32());
// */
//Log(0, "uint8 (same value): %d", RandomUint8BoundaryValue(200, 200, SDL_TRUE));