CLHEP 2.4.6.4
C++ Class Library for High Energy Physics
|
#include <Ranlux64Engine.h>
Public Member Functions | |
Ranlux64Engine (std::istream &is) | |
Ranlux64Engine () | |
Ranlux64Engine (long seed, int lxr=1) | |
Ranlux64Engine (int rowIndex, int colIndex, int lxr) | |
virtual | ~Ranlux64Engine () |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long seed, int lxr=1) |
void | setSeeds (const long *seeds, int lxr=1) |
void | saveStatus (const char filename[]="Ranlux64.conf") const |
void | restoreStatus (const char filename[]="Ranlux64.conf") |
void | showStatus () const |
int | getLuxury () const |
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 > &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 | 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) |
Static Public Attributes | |
static const unsigned int | VECTOR_STATE_SIZE = 30 |
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 50 of file Ranlux64Engine.h.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | std::istream & | is | ) |
Definition at line 153 of file Ranlux64Engine.cc.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | ) |
Definition at line 109 of file Ranlux64Engine.cc.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | long | seed, |
int | lxr = 1 |
||
) |
Definition at line 129 of file Ranlux64Engine.cc.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | int | rowIndex, |
int | colIndex, | ||
int | lxr | ||
) |
Definition at line 139 of file Ranlux64Engine.cc.
|
virtual |
Definition at line 159 of file Ranlux64Engine.cc.
|
static |
Definition at line 682 of file Ranlux64Engine.cc.
|
inlinestatic |
Definition at line 93 of file Ranlux64Engine.h.
Referenced by restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 161 of file Ranlux64Engine.cc.
Referenced by check_sequence(), flatArray(), main(), and valid_range().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 378 of file Ranlux64Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 728 of file Ranlux64Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 664 of file Ranlux64Engine.cc.
|
inline |
Definition at line 84 of file Ranlux64Engine.h.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 737 of file Ranlux64Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 686 of file Ranlux64Engine.cc.
Referenced by get(), getState(), and restoreStatus().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 107 of file Ranlux64Engine.cc.
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 648 of file Ranlux64Engine.cc.
Referenced by put(), and saveStatus().
|
virtual |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 623 of file Ranlux64Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 566 of file Ranlux64Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 534 of file Ranlux64Engine.cc.
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 384 of file Ranlux64Engine.cc.
Referenced by check_sequence(), setSeeds(), and valid_range().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 460 of file Ranlux64Engine.cc.
Referenced by Ranlux64Engine().
|
virtual |
Implements CLHEP::HepRandomEngine.
Definition at line 607 of file Ranlux64Engine.cc.
|
static |
Definition at line 99 of file Ranlux64Engine.h.
Referenced by getState(), and restoreStatus().