Secret printing in libraries and shell and silencing randcall.

This commit is contained in:
Geoffrey Challen
2016-01-01 11:47:43 -05:00
parent a2b15b77aa
commit 036cae3982
5 changed files with 44 additions and 4 deletions

View File

@@ -157,7 +157,7 @@ main(int argc, char *argv[])
}
}
printf("Seed: %d Count: %d\n", seed, count);
tprintf("Seed: %d Count: %d\n", seed, count);
srandom(seed);
trycalls(an, dofork, count);