Fixed unit float and unit double generators.

This commit is contained in:
Markus Kauppila 2011-08-17 12:57:14 +03:00
parent 7d8de2d4ba
commit 8632b5f433
3 changed files with 12 additions and 5 deletions

View file

@ -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());