LLVM  8.0.1
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 "Unix/Unix.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::Hidden, cl::desc("Seed for the random number generator"), cl::init(0))
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "rng"

Definition at line 28 of file RandomNumberGenerator.cpp.

Variable Documentation

◆ Seed

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