Geant4 11.2.2
Toolkit for the simulation of the passage of particles through matter
|
#include <MixMaxRng.h>
Public Member Functions | |
MixMaxRng (std::istream &is) | |
MixMaxRng () | |
MixMaxRng (long seed) | |
~MixMaxRng () | |
MixMaxRng (const MixMaxRng &rng) | |
MixMaxRng & | operator= (const MixMaxRng &rng) |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long longSeed, int=0) |
void | setSeeds (const long *seeds, int seedNum=0) |
void | saveStatus (const char filename[]="MixMaxRngState.conf") const |
void | restoreStatus (const char filename[]="MixMaxRngState.conf") |
void | showStatus () const |
operator double () | |
operator float () | |
operator unsigned int () | |
virtual std::ostream & | put (std::ostream &os) const |
virtual std::istream & | get (std::istream &is) |
virtual std::istream & | getState (std::istream &is) |
std::string | name () const |
std::vector< unsigned long > | put () const |
bool | get (const std::vector< unsigned long > &vec) |
bool | getState (const std::vector< unsigned long > &vec) |
Public Member Functions inherited from CLHEP::HepRandomEngine | |
HepRandomEngine () | |
virtual | ~HepRandomEngine () |
bool | operator== (const HepRandomEngine &engine) |
bool | operator!= (const HepRandomEngine &engine) |
long | getSeed () const |
const long * | getSeeds () const |
Static Public Member Functions | |
static std::string | beginTag () |
static std::string | engineName () |
Static Public Member Functions inherited from CLHEP::HepRandomEngine | |
static std::string | beginTag () |
static HepRandomEngine * | newEngine (std::istream &is) |
static HepRandomEngine * | newEngine (const std::vector< unsigned long > &v) |
Additional Inherited Members | |
Static Protected Member Functions inherited from CLHEP::HepRandomEngine | |
static double | exponent_bit_32 () |
static double | mantissa_bit_12 () |
static double | mantissa_bit_24 () |
static double | mantissa_bit_32 () |
static double | twoToMinus_32 () |
static double | twoToMinus_48 () |
static double | twoToMinus_49 () |
static double | twoToMinus_53 () |
static double | nearlyTwoToMinus_54 () |
static bool | checkFile (std::istream &file, const std::string &filename, const std::string &classname, const std::string &methodname) |
Protected Attributes inherited from CLHEP::HepRandomEngine | |
long | theSeed |
const long * | theSeeds |
Definition at line 52 of file MixMaxRng.h.
CLHEP::MixMaxRng::MixMaxRng | ( | std::istream & | is | ) |
Definition at line 72 of file MixMaxRng.cc.
CLHEP::MixMaxRng::MixMaxRng | ( | ) |
Definition at line 58 of file MixMaxRng.cc.
CLHEP::MixMaxRng::MixMaxRng | ( | long | seed | ) |
Definition at line 65 of file MixMaxRng.cc.
CLHEP::MixMaxRng::~MixMaxRng | ( | ) |
Definition at line 78 of file MixMaxRng.cc.
CLHEP::MixMaxRng::MixMaxRng | ( | const MixMaxRng & | rng | ) |
Definition at line 82 of file MixMaxRng.cc.
|
static |
Definition at line 315 of file MixMaxRng.cc.
|
static |
Definition at line 247 of file MixMaxRng.cc.
|
inlinevirtual |
Implements CLHEP::HepRandomEngine.
Definition at line 69 of file MixMaxRng.h.
Referenced by flatArray(), operator double(), and operator float().
|
virtual |
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 353 of file MixMaxRng.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 297 of file MixMaxRng.cc.
Referenced by MixMaxRng().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 364 of file MixMaxRng.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 320 of file MixMaxRng.cc.
|
inlinevirtual |
Implements CLHEP::HepRandomEngine.
Definition at line 118 of file MixMaxRng.h.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 109 of file MixMaxRng.h.
Definition at line 90 of file MixMaxRng.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 280 of file MixMaxRng.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 262 of file MixMaxRng.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 127 of file MixMaxRng.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 107 of file MixMaxRng.cc.
|
inlinevirtual |
Implements CLHEP::HepRandomEngine.
Definition at line 81 of file MixMaxRng.h.
Referenced by MixMaxRng(), and MixMaxRng().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 220 of file MixMaxRng.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 206 of file MixMaxRng.cc.