LLVM API Documentation

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

Go to the source code of this file.

Defines

#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 Documentation

#define DEBUG_TYPE   "rng"

Definition at line 16 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]