Home
last modified time | relevance | path

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

/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerMutate.h92 Random &GetRand() { return Rand; } in GetRand() function
DFuzzerLoop.cpp454 std::random_shuffle(V->begin(), V->end(), MD.GetRand()); in ShuffleCorpus()
708 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand()); in MutateAndTestOne()
DFuzzerTraceState.cpp134 bool WantThisOne = MD.GetRand()(1 << DiffLog) == 0; // 1 out of DiffLog. in WantToHandleOneMoreMutation()