16 #ifndef LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_
17 #define LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_
21 #include "llvm/Support/DataTypes.h"
48 std::mt19937_64 Generator;
A Module instance is used to store all the information related to an LLVM module. ...
uint_fast64_t operator()()
Returns a random number in the range [0, Max).
A random number generator.
StringRef - Represent a constant reference to a string, i.e.