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

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp666 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand());
668 MD.SetCrossOverWith(&Corpus.ChooseUnitToMutate(MD.GetRand()).U);
760 std::shuffle(CorporaFiles.begin(), CorporaFiles.end(), MD.GetRand());
798 MD.GetRand());
H A DFuzzerMutate.h93 Random &GetRand() { return Rand; } function in class:fuzzer::MutationDispatcher
H A DFuzzerDriver.cpp811 FuzzWithFork(F->GetMD().GetRand(), Options, Args, *Inputs, Flags.fork);

Completed in 100 milliseconds