CLHEP VERSION Reference Documentation
CLHEP Home Page CLHEP Documentation CLHEP Bug Reports |
#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 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) |
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 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) |
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 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) |
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 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) |
Static Public Member Functions | |
static std::string | engineName () |
static std::string | beginTag () |
static std::string | engineName () |
static std::string | beginTag () |
static std::string | engineName () |
static std::string | beginTag () |
static std::string | engineName () |
static std::string | beginTag () |
Static Public Attributes | |
static const unsigned int | VECTOR_STATE_SIZE = 7 |
Definition at line 41 of file Matrix/CLHEP/Random/Hurd160Engine.h.
Definition at line 57 of file Hurd160Engine.cc.
References flat(), CLHEP::HepRandom::getTheTableSeeds(), and setSeeds().
CLHEP::Hurd160Engine::Hurd160Engine | ( | std::istream & | is | ) |
Definition at line 74 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::Hurd160Engine | ( | long | seed | ) |
Definition at line 80 of file Hurd160Engine.cc.
References flat(), and setSeeds().
CLHEP::Hurd160Engine::Hurd160Engine | ( | int | rowIndex, |
int | colIndex | ||
) |
Definition at line 90 of file Hurd160Engine.cc.
References flat(), CLHEP::HepRandom::getTheTableSeeds(), and setSeeds().
CLHEP::Hurd160Engine::~Hurd160Engine | ( | ) | [virtual] |
Definition at line 106 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::Hurd160Engine | ( | std::istream & | is | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | long | seed | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | int | rowIndex, |
int | colIndex | ||
) |
virtual CLHEP::Hurd160Engine::~Hurd160Engine | ( | ) | [virtual] |
CLHEP::Hurd160Engine::Hurd160Engine | ( | std::istream & | is | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | long | seed | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | int | rowIndex, |
int | colIndex | ||
) |
virtual CLHEP::Hurd160Engine::~Hurd160Engine | ( | ) | [virtual] |
CLHEP::Hurd160Engine::Hurd160Engine | ( | std::istream & | is | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | long | seed | ) |
CLHEP::Hurd160Engine::Hurd160Engine | ( | int | rowIndex, |
int | colIndex | ||
) |
virtual CLHEP::Hurd160Engine::~Hurd160Engine | ( | ) | [virtual] |
std::string CLHEP::Hurd160Engine::beginTag | ( | ) | [static] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 308 of file Hurd160Engine.cc.
static std::string CLHEP::Hurd160Engine::beginTag | ( | ) | [static] |
Reimplemented from CLHEP::HepRandomEngine.
static std::string CLHEP::Hurd160Engine::beginTag | ( | ) | [static] |
Reimplemented from CLHEP::HepRandomEngine.
static std::string CLHEP::Hurd160Engine::beginTag | ( | ) | [static] |
Reimplemented from CLHEP::HepRandomEngine.
static std::string CLHEP::Hurd160Engine::engineName | ( | ) | [inline, static] |
Definition at line 82 of file RandomObjects/CLHEP/Random/Hurd160Engine.h.
static std::string CLHEP::Hurd160Engine::engineName | ( | ) | [inline, static] |
Definition at line 82 of file Matrix/CLHEP/Random/Hurd160Engine.h.
Referenced by restoreStatus().
static std::string CLHEP::Hurd160Engine::engineName | ( | ) | [inline, static] |
Definition at line 82 of file Random/Random/Hurd160Engine.h.
static std::string CLHEP::Hurd160Engine::engineName | ( | ) | [inline, static] |
Definition at line 82 of file Random/CLHEP/Random/Hurd160Engine.h.
double CLHEP::Hurd160Engine::flat | ( | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
double CLHEP::Hurd160Engine::flat | ( | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
double CLHEP::Hurd160Engine::flat | ( | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
double CLHEP::Hurd160Engine::flat | ( | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 130 of file Hurd160Engine.cc.
References CLHEP::HepRandomEngine::nearlyTwoToMinus_54(), CLHEP::HepRandomEngine::twoToMinus_32(), and CLHEP::HepRandomEngine::twoToMinus_53().
Referenced by flatArray(), and Hurd160Engine().
void CLHEP::Hurd160Engine::flatArray | ( | const int | size, |
double * | vect | ||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 145 of file Hurd160Engine.cc.
References flat().
void CLHEP::Hurd160Engine::flatArray | ( | const int | size, |
double * | vect | ||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::flatArray | ( | const int | size, |
double * | vect | ||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::flatArray | ( | const int | size, |
double * | vect | ||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
virtual std::istream& CLHEP::Hurd160Engine::get | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::istream & CLHEP::Hurd160Engine::get | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 291 of file Hurd160Engine.cc.
References getState().
virtual std::istream& CLHEP::Hurd160Engine::get | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::istream& CLHEP::Hurd160Engine::get | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
bool CLHEP::Hurd160Engine::get | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
bool CLHEP::Hurd160Engine::get | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
bool CLHEP::Hurd160Engine::get | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 351 of file Hurd160Engine.cc.
References getState().
bool CLHEP::Hurd160Engine::get | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::istream& CLHEP::Hurd160Engine::getState | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::istream& CLHEP::Hurd160Engine::getState | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::istream& CLHEP::Hurd160Engine::getState | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::istream & CLHEP::Hurd160Engine::getState | ( | std::istream & | is | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 312 of file Hurd160Engine.cc.
References CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, and VECTOR_STATE_SIZE.
Referenced by get(), and restoreStatus().
bool CLHEP::Hurd160Engine::getState | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
bool CLHEP::Hurd160Engine::getState | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
bool CLHEP::Hurd160Engine::getState | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 360 of file Hurd160Engine.cc.
References VECTOR_STATE_SIZE.
bool CLHEP::Hurd160Engine::getState | ( | const std::vector< unsigned long > & | v | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::string CLHEP::Hurd160Engine::name | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
std::string CLHEP::Hurd160Engine::name | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
std::string CLHEP::Hurd160Engine::name | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 44 of file Hurd160Engine.cc.
std::string CLHEP::Hurd160Engine::name | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator float | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator float | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator float | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 243 of file Hurd160Engine.cc.
References CLHEP::HepRandomEngine::twoToMinus_32().
CLHEP::Hurd160Engine::operator float | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator unsigned int | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 250 of file Hurd160Engine.cc.
CLHEP::Hurd160Engine::operator unsigned int | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator unsigned int | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
CLHEP::Hurd160Engine::operator unsigned int | ( | ) | [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::ostream& CLHEP::Hurd160Engine::put | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::ostream & CLHEP::Hurd160Engine::put | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 257 of file Hurd160Engine.cc.
References put(), and CLHEP::HepRandomEngine::theSeed.
virtual std::ostream& CLHEP::Hurd160Engine::put | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
virtual std::ostream& CLHEP::Hurd160Engine::put | ( | std::ostream & | os | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::vector<unsigned long> CLHEP::Hurd160Engine::put | ( | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::vector<unsigned long> CLHEP::Hurd160Engine::put | ( | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::vector<unsigned long> CLHEP::Hurd160Engine::put | ( | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
std::vector< unsigned long > CLHEP::Hurd160Engine::put | ( | ) | const [virtual] |
Reimplemented from CLHEP::HepRandomEngine.
Definition at line 280 of file Hurd160Engine.cc.
Referenced by put(), and saveStatus().
void CLHEP::Hurd160Engine::restoreStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 192 of file Hurd160Engine.cc.
References CLHEP::HepRandomEngine::checkFile(), engineName(), getState(), CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, and VECTOR_STATE_SIZE.
void CLHEP::Hurd160Engine::restoreStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::restoreStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::restoreStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::saveStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 163 of file Hurd160Engine.cc.
References put(), and CLHEP::HepRandomEngine::theSeed.
void CLHEP::Hurd160Engine::saveStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::saveStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::saveStatus | ( | const char | filename[] = "Hurd160Engine.conf" | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeed | ( | long | seed, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeed | ( | long | seed, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 151 of file Hurd160Engine.cc.
Referenced by setSeeds().
void CLHEP::Hurd160Engine::setSeed | ( | long | seed, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeed | ( | long | seed, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeeds | ( | const long * | seeds, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeeds | ( | const long * | seeds, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::setSeeds | ( | const long * | seeds, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 158 of file Hurd160Engine.cc.
References setSeed(), and CLHEP::HepRandomEngine::theSeeds.
Referenced by Hurd160Engine().
void CLHEP::Hurd160Engine::setSeeds | ( | const long * | seeds, |
int | |||
) | [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::showStatus | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::showStatus | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::showStatus | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
void CLHEP::Hurd160Engine::showStatus | ( | ) | const [virtual] |
Implements CLHEP::HepRandomEngine.
Definition at line 229 of file Hurd160Engine.cc.
References CLHEP::HepRandomEngine::theSeed.
static const unsigned int CLHEP::Hurd160Engine::VECTOR_STATE_SIZE = 7 [static] |
Definition at line 90 of file Matrix/CLHEP/Random/Hurd160Engine.h.
Referenced by getState(), and restoreStatus().