44 unsigned int sr = time(
nullptr);
46 fuzz->log(
"Srand: %u", sr);
50 bool Fuzzer::conditionTerminate(
const char *
const name)
52 if ((rand() % 100) <= fuzzRand)
54 fuzz->log(
"deleted: %s", name);
57 fuzz->log(
"passed: %s", name);
void setLogFile(const std::string &logFilename)
std::string pathJoin(std::string str1, const std::string &str2)