#include <RanluxEngine.h>
Public 멤버 함수 | |
RanluxEngine (std::istream &is) | |
RanluxEngine () | |
RanluxEngine (long seed, int lux=3) | |
RanluxEngine (int rowIndex, int colIndex, int lux) | |
virtual | ~RanluxEngine () |
double | flat () |
void | flatArray (const int size, double *vect) |
void | setSeed (long seed, int lux=3) |
void | setSeeds (const long *seeds, int lux=3) |
void | saveStatus (const char filename[]="Ranlux.conf") const |
void | restoreStatus (const char filename[]="Ranlux.conf") |
void | showStatus () const |
int | getLuxury () const |
operator double () | |
operator float () | |
operator unsigned int () | |
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 |
정적 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 = 31 |
정적 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 속성 | |
int | nskip |
int | luxury |
float | float_seed_table [24] |
int | i_lag |
int | j_lag |
float | carry |
int | count24 |
정적 Private 속성 | |
static const int | int_modulus = 0x1000000 |
RanluxEngine.h 파일의 45 번째 라인에서 정의되었습니다.
CLHEP::RanluxEngine::RanluxEngine | ( | std::istream & | is | ) |
RanluxEngine.cc 파일의 119 번째 라인에서 정의되었습니다.
CLHEP::RanluxEngine::RanluxEngine | ( | ) |
RanluxEngine.cc 파일의 76 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandom::getTheTableSeeds(), luxury, mask, seed, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.
CLHEP::RanluxEngine::RanluxEngine | ( | long | seed, |
int | lux = 3 |
||
) |
RanluxEngine.cc 파일의 62 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::lux, luxury, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.
RanluxEngine.cc 파일의 98 번째 라인에서 정의되었습니다.
다음을 참조함 : col, CLHEP::HepRandom::getTheTableSeeds(), CLHEP::lux, luxury, mask, seed, setSeed(), setSeeds(), CLHEP::HepRandomEngine::theSeed.
|
virtual |
RanluxEngine.cc 파일의 125 번째 라인에서 정의되었습니다.
|
static |
RanluxEngine.cc 파일의 474 번째 라인에서 정의되었습니다.
|
staticprotectedinherited |
|
inlinestatic |
RanluxEngine.h 파일의 104 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : restoreStatus().
|
inlinestaticprotectedinherited |
|
virtual |
RanluxEngine.cc 파일의 311 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, CLHEP::HepRandomEngine::mantissa_bit_12(), CLHEP::HepRandomEngine::mantissa_bit_24(), nskip.
RanluxEngine.cc 파일의 361 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, CLHEP::HepRandomEngine::mantissa_bit_12(), CLHEP::HepRandomEngine::mantissa_bit_24(), nskip.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 456 번째 라인에서 정의되었습니다.
다음을 참조함 : getState(), CLHEP::MarkerLen.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 519 번째 라인에서 정의되었습니다.
다음을 참조함 : getState().
|
inline |
RanluxEngine.h 파일의 91 번째 라인에서 정의되었습니다.
다음을 참조함 : luxury.
|
inlineinherited |
RandomEngine.h 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeed.
|
inlineinherited |
RandomEngine.h 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeeds.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 478 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::MarkerLen, nskip, CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
다음에 의해서 참조됨 : get(), restoreStatus().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 528 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip, VECTOR_STATE_SIZE.
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : flat(), flatArray().
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), setSeed(), setSeeds().
|
inlinestaticprotectedinherited |
|
virtual |
RanluxEngine.cc 파일의 60 번째 라인에서 정의되었습니다.
|
inlinestaticprotectedinherited |
|
staticinherited |
RandomEngine.cc 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore().
|
staticinherited |
RandomEngine.cc 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 414 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 418 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 422 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat(), int().
|
inlineinherited |
|
inlineinherited |
|
virtual |
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanluxEngine.cc 파일의 440 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip.
다음에 의해서 참조됨 : put(), saveStatus().
|
virtual |
RanluxEngine.cc 파일의 261 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, CLHEP::HepRandomEngine::checkFile(), count24, engineName(), float_seed_table, getState(), i_lag, in, j_lag, luxury, nskip, CLHEP::possibleKeywordInput(), CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
|
virtual |
RanluxEngine.cc 파일의 127 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, int_modulus, j_lag, CLHEP::lux, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip, seed, CLHEP::HepRandomEngine::theSeed.
다음에 의해서 참조됨 : RanluxEngine(), setSeeds().
RanluxEngine.cc 파일의 183 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, int_modulus, j_lag, CLHEP::lux, luxury, CLHEP::HepRandomEngine::mantissa_bit_24(), nskip, setSeed(), CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::theSeeds.
다음에 의해서 참조됨 : RanluxEngine().
|
virtual |
RanluxEngine.cc 파일의 296 번째 라인에서 정의되었습니다.
다음을 참조함 : carry, count24, float_seed_table, i_lag, j_lag, luxury, nskip, CLHEP::HepRandomEngine::theSeed.
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::Ranlux64Engine::flat().
|
inlinestaticprotectedinherited |
|
private |
RanluxEngine.h 파일의 117 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
RanluxEngine.h 파일의 118 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
RanluxEngine.h 파일의 115 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
RanluxEngine.h 파일의 116 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
staticprivate |
RanluxEngine.h 파일의 119 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : setSeed(), setSeeds().
|
private |
RanluxEngine.h 파일의 116 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
RanluxEngine.h 파일의 114 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getLuxury(), getState(), put(), RanluxEngine(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
private |
RanluxEngine.h 파일의 114 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), flatArray(), getState(), put(), restoreStatus(), setSeed(), setSeeds(), showStatus().
|
protectedinherited |
RandomEngine.h 파일의 143 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::DualRand::DualRand(), CLHEP::HepRandomEngine::getSeed(), CLHEP::MTwistEngine::getState(), CLHEP::Ranlux64Engine::getState(), CLHEP::HepJamesRandom::getState(), CLHEP::RanshiEngine::getState(), CLHEP::DualRand::getState(), CLHEP::RanecuEngine::getState(), getState(), CLHEP::MixMaxRng::getState(), CLHEP::HepJamesRandom::HepJamesRandom(), CLHEP::MixMaxRng::MixMaxRng(), CLHEP::MTwistEngine::put(), CLHEP::MixMaxRng::put(), CLHEP::RanecuEngine::put(), CLHEP::RanecuEngine::RanecuEngine(), RanluxEngine(), CLHEP::RanshiEngine::RanshiEngine(), CLHEP::MTwistEngine::restoreStatus(), CLHEP::HepJamesRandom::restoreStatus(), CLHEP::Ranlux64Engine::restoreStatus(), CLHEP::RanshiEngine::restoreStatus(), CLHEP::RanecuEngine::restoreStatus(), CLHEP::DualRand::restoreStatus(), restoreStatus(), CLHEP::MTwistEngine::saveStatus(), CLHEP::RanecuEngine::setIndex(), CLHEP::MTwistEngine::setSeed(), CLHEP::HepJamesRandom::setSeed(), CLHEP::Ranlux64Engine::setSeed(), CLHEP::RanecuEngine::setSeed(), CLHEP::DualRand::setSeed(), CLHEP::MixMaxRng::setSeed(), setSeed(), CLHEP::Ranlux64Engine::setSeeds(), CLHEP::RanshiEngine::setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::MixMaxRng::setSeeds(), setSeeds(), CLHEP::MTwistEngine::showStatus(), CLHEP::HepJamesRandom::showStatus(), CLHEP::Ranlux64Engine::showStatus(), CLHEP::RanshiEngine::showStatus(), CLHEP::DualRand::showStatus(), CLHEP::RanecuEngine::showStatus(), showStatus().
|
protectedinherited |
RandomEngine.h 파일의 144 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::HepRandomEngine::getSeeds(), CLHEP::RanecuEngine::RanecuEngine(), CLHEP::RanecuEngine::setIndex(), CLHEP::RanecuEngine::setSeed(), CLHEP::MTwistEngine::setSeeds(), CLHEP::HepJamesRandom::setSeeds(), CLHEP::Ranlux64Engine::setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::RanshiEngine::setSeeds(), CLHEP::DualRand::setSeeds(), setSeeds(), CLHEP::MixMaxRng::setSeeds().
|
static |
RanluxEngine.h 파일의 110 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), restoreStatus().