Searched refs:RandomNumberGenerator (Results 1 – 6 of 6) sorted by relevance
32 class RandomNumberGenerator {54 RandomNumberGenerator(StringRef Salt);59 RandomNumberGenerator(const RandomNumberGenerator &other) = delete;60 RandomNumberGenerator &operator=(const RandomNumberGenerator &other) = delete;
33 RandomNumberGenerator::RandomNumberGenerator(StringRef Salt) { in RandomNumberGenerator() function in RandomNumberGenerator53 RandomNumberGenerator::result_type RandomNumberGenerator::operator()() { in operator ()()
92 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const { in createRNG()107 return std::unique_ptr<RandomNumberGenerator>(new RandomNumberGenerator(Salt)); in createRNG()
50 class RandomNumberGenerator; variable260 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
901 SRCS_MIN+= Support/RandomNumberGenerator.cpp
289 template <class RandomAccessIterator, class RandomNumberGenerator>292 RandomNumberGenerator& rand); // deprecated in C++14, removed in C++17