Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp719 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand()); in MutateAndTestOne()
722 MD.GetRand(), Options.CrossOverUniformDist); in MutateAndTestOne()
816 std::shuffle(CorporaFiles.begin(), CorporaFiles.end(), MD.GetRand()); in ReadAndExecuteSeedCorpora()
863 MD.GetRand()); in Loop()
H A DFuzzerMutate.h96 Random &GetRand() { return Rand; } in GetRand() function
H A DFuzzerDriver.cpp875 FuzzWithFork(F->GetMD().GetRand(), Options, Args, *Inputs, Flags.fork); in FuzzerDriver()