Renamed RandomInteger to RandomSint32 and RandomUnsignedInteger
to RandomUint32.
This commit is contained in:
parent
38ba3e6433
commit
7d8de2d4ba
3 changed files with 19 additions and 19 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue