Added elementary fuzzer-randgen invocation count.

This commit is contained in:
Markus Kauppila 2011-08-28 22:06:56 +03:00
parent ab1eaa672b
commit f4870f3996
4 changed files with 81 additions and 10 deletions

View file

@ -103,8 +103,9 @@ test_dummy1(void *arg)
//Log(0, "uint8 (same value): %d", RandomUint8BoundaryValue(200, 200, SDL_TRUE));
for(; 1 ; )
printf("%f\n", RandomUnitFloat());
int c = 0;
//for(; c < 100 ; c++)
printf("%f\n", RandomUnitFloat());
for(; 0 ; )
printf("%d\n", RandomSint16());