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

/openbsd-current/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp724 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand());
727 MD.GetRand(), Options.CrossOverUniformDist);
821 std::shuffle(CorporaFiles.begin(), CorporaFiles.end(), MD.GetRand());
868 MD.GetRand());
H A DFuzzerMutate.h96 Random &GetRand() { return Rand; } function in class:fuzzer::MutationDispatcher
H A DFuzzerDriver.cpp875 FuzzWithFork(F->GetMD().GetRand(), Options, Args, *Inputs, Flags.fork);

Completed in 128 milliseconds