|
LLVM
3.7.0
|
#include "llvm/Support/RandomNumberGenerator.h"#include "llvm/Support/CommandLine.h"#include "llvm/Support/Debug.h"#include "llvm/Support/raw_ostream.h"Go to the source code of this file.
Macros | |
| #define | DEBUG_TYPE "rng" |
Variables | |
| static cl::opt< unsigned long long > | Seed ("rng-seed", cl::value_desc("seed"), cl::desc("Seed for the random number generator"), cl::init(0)) |
| #define DEBUG_TYPE "rng" |
Definition at line 23 of file RandomNumberGenerator.cpp.
1.8.6