Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp724 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand()); in MutateAndTestOne()
727 MD.GetRand(), Options.CrossOverUniformDist); in MutateAndTestOne()
821 std::shuffle(CorporaFiles.begin(), CorporaFiles.end(), MD.GetRand()); in ReadAndExecuteSeedCorpora()
868 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()