CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <Hurd160Engine.h>
Public Member Functions | |
Hurd160Engine () | |
Hurd160Engine (std::istream &is) | |
Hurd160Engine (long seed) | |
Hurd160Engine (int rowIndex, int colIndex) | |
virtual | ~Hurd160Engine () |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long seed, int) |
void | setSeeds (const long *seeds, int) |
void | saveStatus (const char filename[]="Hurd160Engine.conf") const |
void | restoreStatus (const char filename[]="Hurd160Engine.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) |
std::string | name () const |
virtual std::istream & | getState (std::istream &is) |
std::vector< unsigned long > | put () const |
bool | get (const std::vector< unsigned long > &v) |
bool | getState (const std::vector< unsigned long > &v) |
Public Member Functions inherited from CLHEP::HepRandomEngine | |
HepRandomEngine () | |
virtual | ~HepRandomEngine () |
bool | operator== (const HepRandomEngine &engine) |
bool | operator!= (const HepRandomEngine &engine) |
virtual double | flat ()=0 |
virtual void | flatArray (const int size, double *vect)=0 |
virtual void | setSeed (long seed, int)=0 |
virtual void | setSeeds (const long *seeds, int)=0 |
virtual void | saveStatus (const char filename[]="Config.conf") const =0 |
virtual void | restoreStatus (const char filename[]="Config.conf")=0 |
virtual void | showStatus () const =0 |
virtual std::string | name () const =0 |
virtual std::ostream & | put (std::ostream &os) const |
virtual std::istream & | get (std::istream &is) |
virtual std::istream & | getState (std::istream &is) |
virtual std::vector< unsigned long > | put () const |
virtual bool | get (const std::vector< unsigned long > &v) |
virtual bool | getState (const std::vector< unsigned long > &v) |
long | getSeed () const |
const long * | getSeeds () const |
virtual | operator double () |
virtual | operator float () |
virtual | operator unsigned int () |
Static Public Member Functions | |
static std::string | engineName () |
static std::string | beginTag () |
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) |
Static Public Attributes | |
static const unsigned int | VECTOR_STATE_SIZE = 7 |
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 41 of file Hurd160Engine.h.
CLHEP::Hurd160Engine::Hurd160Engine | ( | ) |
Definition at line 64 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::Hurd160Engine | ( | std::istream & | is | ) |
Definition at line 80 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::Hurd160Engine | ( | long | seed | ) |
Definition at line 86 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::Hurd160Engine | ( | int | rowIndex, |
int | colIndex | ||
) |
Definition at line 96 of file Hurd160Engine.cc.
|
virtual |
Definition at line 110 of file Hurd160Engine.cc.
|
static |
Definition at line 319 of file Hurd160Engine.cc.
|
inlinestatic |
Definition at line 83 of file Hurd160Engine.h.
Referenced by restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 134 of file Hurd160Engine.cc.
Referenced by flatArray(), Hurd160Engine(), and main().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 149 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 362 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 302 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 371 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 323 of file Hurd160Engine.cc.
Referenced by get(), getState(), and restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 57 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 250 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 254 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 261 of file Hurd160Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 291 of file Hurd160Engine.cc.
Referenced by put(), and saveStatus().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 268 of file Hurd160Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 199 of file Hurd160Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 170 of file Hurd160Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 155 of file Hurd160Engine.cc.
Referenced by setSeeds().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 165 of file Hurd160Engine.cc.
Referenced by Hurd160Engine().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 236 of file Hurd160Engine.cc.
|
static |
Definition at line 91 of file Hurd160Engine.h.
Referenced by getState(), and restoreStatus().