Searched refs:randomGenerator (Results 1 – 3 of 3) sorted by relevance
87 std::mt19937 &randomGenerator();
177 std::mt19937 &randomGenerator() { in randomGenerator() function185 return Distribution(randomGenerator()); in randomIndex()
45 llvm::shuffle(Opcodes.begin(), Opcodes.end(), randomGenerator()); in computeAliasingInstructions()