42#define NUDEXRANDOM_HH 1
52#define COMPILATIONTYPE 2
54#if COMPILATIONTYPE == 1
57#pragma GCC diagnostic push
58#pragma GCC diagnostic ignored "-Wshadow"
60#pragma GCC diagnostic pop
62#elif COMPILATIONTYPE == 2
70 #error Unsupported COMPILATIONTYPE setting
73void NuDEXException(
const char* originOfException,
const char* exceptionCode,
const char* description);
85 unsigned int Integer(
unsigned int IntegerMax);
92#if COMPILATIONTYPE == 1
94#elif COMPILATIONTYPE == 2
void NuDEXException(const char *originOfException, const char *exceptionCode, const char *description)
G4NuDEXRandom(unsigned int seed)
G4long Poisson(G4double mean)
G4double Uniform(G4double Xmin=0, G4double Xmax=1)
void SetSeed(unsigned int seed)
G4double Gaus(G4double mean=0, G4double sigma=1)
unsigned int Integer(unsigned int IntegerMax)
G4double Exp(G4double tau)