LLVM  3.7.0
Macros | Variables
RandomNumberGenerator.cpp File Reference
#include "llvm/Support/RandomNumberGenerator.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for RandomNumberGenerator.cpp:

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))
 

Macro Definition Documentation

#define DEBUG_TYPE   "rng"

Definition at line 23 of file RandomNumberGenerator.cpp.

Variable Documentation

cl::opt<unsigned long long> Seed("rng-seed", cl::value_desc("seed"), cl::desc("Seed for the random number generator"), cl::init(0))
static