Home
last modified time | relevance | path

Searched refs:GetRand (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Fuzzer/
DFuzzerLoop.cpp345 std::random_shuffle(V->begin(), V->end(), MD.GetRand()); in ShuffleCorpus()
359 uint64_t S = MD.GetRand()(U.size() * Fraction); in TruncateUnits()
672 static_cast<size_t>(CorpusDistribution(MD.GetRand().Get_mt19937())); in ChooseUnitIdxToMutate()
DFuzzerInternal.h302 Random &GetRand() { return Rand; } in GetRand() function
DFuzzerTraceState.cpp281 bool WantThisOne = MD.GetRand()(1 << DiffLog) == 0; // 1 out of DiffLog. in WantToHandleOneMoreMutation()