Fixed unit float and unit double generators.
This commit is contained in:
parent
7d8de2d4ba
commit
8632b5f433
3 changed files with 12 additions and 5 deletions
|
@ -103,6 +103,9 @@ test_dummy1(void *arg)
|
|||
|
||||
//Log(0, "uint8 (same value): %d", RandomUint8BoundaryValue(200, 200, SDL_TRUE));
|
||||
|
||||
for(; 1 ; )
|
||||
printf("%f\n", RandomUnitFloat());
|
||||
|
||||
for(; 0 ; )
|
||||
printf("%d\n", RandomSint16());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue