#include <Ranlux64Engine.h>
Public 멤버 함수 | |
Ranlux64Engine (std::istream &is) | |
Ranlux64Engine () | |
Ranlux64Engine (long seed, int lux=1) | |
Ranlux64Engine (int rowIndex, int colIndex, int lux) | |
virtual | ~Ranlux64Engine () |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long seed, int lux=1) |
void | setSeeds (const long *seeds, int lux=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) |
bool | operator== (const HepRandomEngine &engine) |
bool | operator!= (const HepRandomEngine &engine) |
long | getSeed () const |
const long * | getSeeds () const |
virtual | operator double () |
virtual | operator float () |
virtual | operator unsigned int () |
정적 Public 멤버 함수 | |
static std::string | beginTag () |
static std::string | engineName () |
static HepRandomEngine * | newEngine (std::istream &is) |
static HepRandomEngine * | newEngine (const std::vector< unsigned long > &v) |
정적 Public 속성 | |
static const unsigned int | VECTOR_STATE_SIZE = 30 |
정적 Protected 멤버 함수 | |
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 속성 | |
long | theSeed |
const long * | theSeeds |
Private 멤버 함수 | |
void | update () |
void | advance (int dozens) |
Private 속성 | |
int | pDiscard |
int | pDozens |
int | endIters |
int | luxury |
int | index |
double | randoms [12] |
double | carry |
Ranlux64Engine.h 파일의 49 번째 라인에서 정의되었습니다.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | std::istream & | is | ) |
Ranlux64Engine.cc 파일의 149 번째 라인에서 정의되었습니다.
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | ) |
Ranlux64Engine.cc 파일의 105 번째 라인에서 정의되었습니다.
다음을 참조함 : advance(), CLHEP::HepRandom::getTheTableSeeds(), luxury, mask, setSeeds().
CLHEP::Ranlux64Engine::Ranlux64Engine | ( | long | seed, |
int | lux = 1 |
||
) |
Ranlux64Engine.cc 파일의 125 번째 라인에서 정의되었습니다.
다음을 참조함 : advance(), CLHEP::lux, luxury, seed, setSeeds().
Ranlux64Engine.cc 파일의 135 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::getTheTableSeeds(), CLHEP::lux, luxury, mask, setSeeds().
|
virtual |
Ranlux64Engine.cc 파일의 155 번째 라인에서 정의되었습니다.
Ranlux64Engine.cc 파일의 257 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, randoms, CLHEP::HepRandomEngine::twoToMinus_48(), y1, y2.
다음에 의해서 참조됨 : Ranlux64Engine(), update().
|
static |
Ranlux64Engine.cc 파일의 638 번째 라인에서 정의되었습니다.
|
staticprotectedinherited |
|
inlinestatic |
Ranlux64Engine.h 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : restoreStatus().
|
inlinestaticprotectedinherited |
|
virtual |
Ranlux64Engine.cc 파일의 157 번째 라인에서 정의되었습니다.
다음을 참조함 : index, randoms, CLHEP::HepRandomEngine::twoToMinus_49(), update().
다음에 의해서 참조됨 : flatArray().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
Ranlux64Engine.cc 파일의 620 번째 라인에서 정의되었습니다.
다음을 참조함 : getState(), CLHEP::MarkerLen.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
Ranlux64Engine.cc 파일의 684 번째 라인에서 정의되었습니다.
다음을 참조함 : getState().
|
inline |
Ranlux64Engine.h 파일의 83 번째 라인에서 정의되었습니다.
다음을 참조함 : luxury.
|
inlineinherited |
RandomEngine.h 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeed.
|
inlineinherited |
RandomEngine.h 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeeds.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
Ranlux64Engine.cc 파일의 642 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, endIters, index, luxury, CLHEP::MarkerLen, pDiscard, pDozens, CLHEP::possibleKeywordInput(), randoms, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
다음에 의해서 참조됨 : get(), restoreStatus().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
Ranlux64Engine.cc 파일의 693 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, index, CLHEP::DoubConv::longs2double(), luxury, pDiscard, randoms, VECTOR_STATE_SIZE.
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::RanluxEngine::flat(), CLHEP::RanluxEngine::flatArray().
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
virtual |
Ranlux64Engine.cc 파일의 103 번째 라인에서 정의되었습니다.
|
inlinestaticprotectedinherited |
|
staticinherited |
RandomEngine.cc 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore().
|
staticinherited |
RandomEngine.cc 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
|
virtualinherited |
CLHEP::RanluxEngine, CLHEP::MixMaxRng, CLHEP::DualRand, CLHEP::RanecuEngine, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.
RandomEngine.cc 파일의 32 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
virtualinherited |
CLHEP::MixMaxRng, CLHEP::RanluxEngine, CLHEP::RanecuEngine, CLHEP::DualRand, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.
RandomEngine.cc 파일의 36 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
virtualinherited |
CLHEP::MixMaxRng, CLHEP::RanluxEngine, CLHEP::RanecuEngine, CLHEP::DualRand, CLHEP::RanshiEngine, CLHEP::HepJamesRandom, CLHEP::MTwistEngine에서 재구현되었습니다.
RandomEngine.cc 파일의 40 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
inlineinherited |
|
inlineinherited |
|
virtual |
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
Ranlux64Engine.cc 파일의 604 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, CLHEP::DoubConv::dto2longs(), index, luxury, pDiscard, randoms.
다음에 의해서 참조됨 : put(), saveStatus().
|
virtual |
Ranlux64Engine.cc 파일의 540 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, CLHEP::HepRandomEngine::checkFile(), endIters, engineName(), getState(), in, index, luxury, pDiscard, pDozens, CLHEP::possibleKeywordInput(), randoms, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
|
virtual |
Ranlux64Engine.cc 파일의 380 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, endIters, index, luxury, pDiscard, pDozens, randoms, seed, CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::twoToMinus_32(), CLHEP::HepRandomEngine::twoToMinus_48().
다음에 의해서 참조됨 : setSeeds().
Ranlux64Engine.cc 파일의 455 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, endIters, index, luxury, pDiscard, pDozens, randoms, setSeed(), CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::theSeeds, CLHEP::HepRandomEngine::twoToMinus_32(), CLHEP::HepRandomEngine::twoToMinus_48().
다음에 의해서 참조됨 : Ranlux64Engine().
|
virtual |
Ranlux64Engine.cc 파일의 577 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, index, luxury, pDiscard, randoms, CLHEP::HepRandomEngine::theSeed.
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : advance(), setSeed(), setSeeds(), update().
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : flat().
|
inlinestaticprotectedinherited |
|
private |
|
private |
Ranlux64Engine.h 파일의 112 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : advance(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus(), update().
|
private |
Ranlux64Engine.h 파일의 107 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), restoreStatus(), setSeed(), setSeeds(), update().
|
private |
Ranlux64Engine.h 파일의 110 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus(), update().
|
private |
Ranlux64Engine.h 파일의 108 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getLuxury(), getState(), put(), Ranlux64Engine(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
Ranlux64Engine.h 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
Ranlux64Engine.h 파일의 106 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), restoreStatus(), setSeed(), setSeeds(), update().
|
private |
Ranlux64Engine.h 파일의 111 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : advance(), flat(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus(), update().
|
protectedinherited |
RandomEngine.h 파일의 143 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::DualRand::DualRand(), CLHEP::HepRandomEngine::getSeed(), CLHEP::MTwistEngine::getState(), getState(), CLHEP::HepJamesRandom::getState(), CLHEP::RanshiEngine::getState(), CLHEP::DualRand::getState(), CLHEP::RanecuEngine::getState(), CLHEP::RanluxEngine::getState(), CLHEP::MixMaxRng::getState(), CLHEP::HepJamesRandom::HepJamesRandom(), CLHEP::MixMaxRng::MixMaxRng(), CLHEP::MTwistEngine::put(), CLHEP::MixMaxRng::put(), CLHEP::RanecuEngine::put(), CLHEP::RanecuEngine::RanecuEngine(), CLHEP::RanluxEngine::RanluxEngine(), CLHEP::RanshiEngine::RanshiEngine(), CLHEP::MTwistEngine::restoreStatus(), CLHEP::HepJamesRandom::restoreStatus(), restoreStatus(), CLHEP::RanshiEngine::restoreStatus(), CLHEP::RanecuEngine::restoreStatus(), CLHEP::DualRand::restoreStatus(), CLHEP::RanluxEngine::restoreStatus(), CLHEP::MTwistEngine::saveStatus(), CLHEP::RanecuEngine::setIndex(), CLHEP::MTwistEngine::setSeed(), CLHEP::HepJamesRandom::setSeed(), setSeed(), CLHEP::RanecuEngine::setSeed(), CLHEP::DualRand::setSeed(), CLHEP::RanluxEngine::setSeed(), CLHEP::MixMaxRng::setSeed(), setSeeds(), CLHEP::RanshiEngine::setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::MixMaxRng::setSeeds(), CLHEP::RanluxEngine::setSeeds(), CLHEP::MTwistEngine::showStatus(), CLHEP::HepJamesRandom::showStatus(), showStatus(), CLHEP::RanshiEngine::showStatus(), CLHEP::DualRand::showStatus(), CLHEP::RanecuEngine::showStatus(), CLHEP::RanluxEngine::showStatus().
|
protectedinherited |
RandomEngine.h 파일의 144 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRandomEngine::getSeeds(), CLHEP::RanecuEngine::RanecuEngine(), CLHEP::RanecuEngine::setIndex(), CLHEP::RanecuEngine::setSeed(), CLHEP::MTwistEngine::setSeeds(), CLHEP::HepJamesRandom::setSeeds(), setSeeds(), CLHEP::RanshiEngine::setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::DualRand::setSeeds(), CLHEP::MixMaxRng::setSeeds(), CLHEP::RanluxEngine::setSeeds().
|
static |
Ranlux64Engine.h 파일의 98 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), restoreStatus().