#include <CLHEP/Random/RanecuEngine.h>
◆ RanecuEngine() [1/3]
| CLHEP::RanecuEngine::RanecuEngine |
( |
std::istream & |
is | ) |
|
◆ RanecuEngine() [2/3]
| CLHEP::RanecuEngine::RanecuEngine |
( |
| ) |
|
◆ RanecuEngine() [3/3]
| CLHEP::RanecuEngine::RanecuEngine |
( |
int |
index | ) |
|
◆ ~RanecuEngine()
| virtual CLHEP::RanecuEngine::~RanecuEngine |
( |
| ) |
|
|
virtual |
◆ beginTag()
| static std::string CLHEP::RanecuEngine::beginTag |
( |
| ) |
|
|
static |
◆ engineName()
| static std::string CLHEP::RanecuEngine::engineName |
( |
| ) |
|
|
inlinestatic |
◆ flat()
| double CLHEP::RanecuEngine::flat |
( |
| ) |
|
|
virtual |
◆ flatArray()
| void CLHEP::RanecuEngine::flatArray |
( |
const int |
size, |
|
|
double * |
vect |
|
) |
| |
|
virtual |
◆ get() [1/2]
| bool CLHEP::RanecuEngine::get |
( |
const std::vector< unsigned long > & |
v | ) |
|
|
virtual |
◆ get() [2/2]
| virtual std::istream & CLHEP::RanecuEngine::get |
( |
std::istream & |
is | ) |
|
|
virtual |
◆ getState() [1/2]
| bool CLHEP::RanecuEngine::getState |
( |
const std::vector< unsigned long > & |
v | ) |
|
|
virtual |
◆ getState() [2/2]
| virtual std::istream & CLHEP::RanecuEngine::getState |
( |
std::istream & |
is | ) |
|
|
virtual |
◆ name()
| std::string CLHEP::RanecuEngine::name |
( |
| ) |
const |
|
virtual |
◆ operator double()
| CLHEP::RanecuEngine::operator double |
( |
| ) |
|
|
virtual |
◆ operator float()
| CLHEP::RanecuEngine::operator float |
( |
| ) |
|
|
virtual |
◆ operator unsigned int()
| CLHEP::RanecuEngine::operator unsigned int |
( |
| ) |
|
|
virtual |
◆ put() [1/2]
| std::vector< unsigned long > CLHEP::RanecuEngine::put |
( |
| ) |
const |
|
virtual |
◆ put() [2/2]
| virtual std::ostream & CLHEP::RanecuEngine::put |
( |
std::ostream & |
os | ) |
const |
|
virtual |
◆ restoreStatus()
| void CLHEP::RanecuEngine::restoreStatus |
( |
const char |
filename[] = "Ranecu.conf" | ) |
|
|
virtual |
◆ saveStatus()
| void CLHEP::RanecuEngine::saveStatus |
( |
const char |
filename[] = "Ranecu.conf" | ) |
const |
|
virtual |
◆ setIndex()
| void CLHEP::RanecuEngine::setIndex |
( |
long |
index | ) |
|
◆ setSeed()
| void CLHEP::RanecuEngine::setSeed |
( |
long |
index, |
|
|
int |
dum = 0 |
|
) |
| |
|
virtual |
◆ setSeeds()
| void CLHEP::RanecuEngine::setSeeds |
( |
const long * |
seeds, |
|
|
int |
index = -1 |
|
) |
| |
|
virtual |
◆ showStatus()
| void CLHEP::RanecuEngine::showStatus |
( |
| ) |
const |
|
virtual |
◆ ecuyer_a
| const int CLHEP::RanecuEngine::ecuyer_a = 40014 |
|
staticprotected |
◆ ecuyer_b
| const int CLHEP::RanecuEngine::ecuyer_b = 53668 |
|
staticprotected |
◆ ecuyer_c
| const int CLHEP::RanecuEngine::ecuyer_c = 12211 |
|
staticprotected |
◆ ecuyer_d
| const int CLHEP::RanecuEngine::ecuyer_d = 40692 |
|
staticprotected |
◆ ecuyer_e
| const int CLHEP::RanecuEngine::ecuyer_e = 52774 |
|
staticprotected |
◆ ecuyer_f
| const int CLHEP::RanecuEngine::ecuyer_f = 3791 |
|
staticprotected |
◆ shift1
| const int CLHEP::RanecuEngine::shift1 = 2147483563 |
|
staticprotected |
◆ shift2
| const int CLHEP::RanecuEngine::shift2 = 2147483399 |
|
staticprotected |
◆ VECTOR_STATE_SIZE
| const unsigned int CLHEP::RanecuEngine::VECTOR_STATE_SIZE = 4 |
|
staticprotected |
The documentation for this class was generated from the following file: