Searched refs:GetRand (Results 1 – 3 of 3) sorted by relevance
92 Random &GetRand() { return Rand; } in GetRand() function
454 std::random_shuffle(V->begin(), V->end(), MD.GetRand()); in ShuffleCorpus()708 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand()); in MutateAndTestOne()
134 bool WantThisOne = MD.GetRand()(1 << DiffLog) == 0; // 1 out of DiffLog. in WantToHandleOneMoreMutation()