Searched refs:RNGW (Results 1 – 5 of 5) sorted by relevance
623 RandomNumberGeneratorWrapper RNGW(RNG);629 RandomShuffle(Shuffled.begin(), Shuffled.end(), RNGW);
667 RandomNumberGeneratorWrapper RNGW(RNG);673 RandomShuffle(Shuffled.begin(), Shuffled.end(), RNGW);
6046 RandomNumberGeneratorWrapper RNGW(RNG);6047 if (RNGW.getTrueWithProbability(Probability)) {6048 _nop(RNGW(Traits::X86_NUM_NOP_VARIANTS));
5449 RandomNumberGeneratorWrapper RNGW(RNG); in randomlyInsertNop() local5450 if (RNGW.getTrueWithProbability(Probability)) { in randomlyInsertNop()
5800 RandomNumberGeneratorWrapper RNGW(RNG); in randomlyInsertNop() local5801 if (RNGW.getTrueWithProbability(Probability)) { in randomlyInsertNop()