Geant4 11.3.0
Toolkit for the simulation of the passage of particles through matter
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
G4NuDEXRandom Class Reference

#include <G4NuDEXRandom.hh>

Public Member Functions

 G4NuDEXRandom (unsigned int seed)
 
 ~G4NuDEXRandom ()
 
void SetSeed (unsigned int seed)
 
unsigned int GetSeed ()
 
G4double Uniform (G4double Xmin=0, G4double Xmax=1)
 
unsigned int Integer (unsigned int IntegerMax)
 
G4double Exp (G4double tau)
 
G4double Gaus (G4double mean=0, G4double sigma=1)
 
G4long Poisson (G4double mean)
 

Detailed Description

Definition at line 75 of file G4NuDEXRandom.hh.

Constructor & Destructor Documentation

◆ G4NuDEXRandom()

G4NuDEXRandom::G4NuDEXRandom ( unsigned int seed)

◆ ~G4NuDEXRandom()

G4NuDEXRandom::~G4NuDEXRandom ( )

Member Function Documentation

◆ Exp()

G4double G4NuDEXRandom::Exp ( G4double tau)

◆ Gaus()

G4double G4NuDEXRandom::Gaus ( G4double mean = 0,
G4double sigma = 1 )

◆ GetSeed()

unsigned int G4NuDEXRandom::GetSeed ( )

◆ Integer()

unsigned int G4NuDEXRandom::Integer ( unsigned int IntegerMax)

◆ Poisson()

G4long G4NuDEXRandom::Poisson ( G4double mean)

◆ SetSeed()

void G4NuDEXRandom::SetSeed ( unsigned int seed)

◆ Uniform()

G4double G4NuDEXRandom::Uniform ( G4double Xmin = 0,
G4double Xmax = 1 )

The documentation for this class was generated from the following file: