LLVM 19.0.0git
Macros | Variables
RandomNumberGenerator.cpp File Reference
#include "llvm/Support/RandomNumberGenerator.h"
#include "DebugOptions.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Error.h"
#include "llvm/Support/raw_ostream.h"
#include "Unix/Unix.h"

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "rng"
 

Variables

static ManagedStatic< cl::opt< uint64_t >, CreateSeed > Seed
 

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "rng"

Definition at line 31 of file RandomNumberGenerator.cpp.

Variable Documentation

◆ Seed

ManagedStatic<cl::opt<uint64_t>, CreateSeed> Seed
static