Searched refs:RandomNumberGenerator (Results 1 – 6 of 6) sorted by relevance
33 class RandomNumberGenerator {55 RandomNumberGenerator(StringRef Salt);60 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;61 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
38 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator58 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
93 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG()108 return std::unique_ptr<RandomNumberGenerator>(new RandomNumberGenerator(Salt)); in createRNG()
49 class RandomNumberGenerator; variable259 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
837 SRCS_MIN+= Support/RandomNumberGenerator.cpp
290 template <class RandomAccessIterator, class RandomNumberGenerator>293 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17