#include <RanshiEngine.h>
Public 멤버 함수 | |
RanshiEngine () | |
RanshiEngine (std::istream &is) | |
RanshiEngine (long seed) | |
RanshiEngine (int rowIndex, int colIndex) | |
virtual | ~RanshiEngine () |
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[]="RanshiEngine.conf") const |
void | restoreStatus (const char filename[]="RanshiEngine.conf") |
void | showStatus () 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) |
정적 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 타입 | |
enum | { numBuff = 512 } |
Private 속성 | |
unsigned int | halfBuff |
unsigned int | numFlats |
unsigned int | buffer [numBuff] |
unsigned int | redSpin |
정적 Private 속성 | |
static const unsigned int | VECTOR_STATE_SIZE = numBuff + 4 |
RanshiEngine.h 파일의 52 번째 라인에서 정의되었습니다.
|
private |
열거형 멤버 | |
---|---|
numBuff |
RanshiEngine.h 파일의 103 번째 라인에서 정의되었습니다.
CLHEP::RanshiEngine::RanshiEngine | ( | ) |
RanshiEngine.cc 파일의 63 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, flat(), int(), CLHEP::L, numBuff, redSpin, CLHEP::HepRandomEngine::theSeed.
다음에 의해서 참조됨 : setSeed().
CLHEP::RanshiEngine::RanshiEngine | ( | std::istream & | is | ) |
RanshiEngine.cc 파일의 79 번째 라인에서 정의되었습니다.
CLHEP::RanshiEngine::RanshiEngine | ( | long | seed | ) |
RanshiEngine.cc 파일의 86 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, flat(), int(), numBuff, redSpin, seed, CLHEP::HepRandomEngine::theSeed.
RanshiEngine.cc 파일의 101 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, flat(), int(), numBuff, redSpin, CLHEP::HepRandomEngine::theSeed.
|
virtual |
RanshiEngine.cc 파일의 115 번째 라인에서 정의되었습니다.
|
static |
RanshiEngine.cc 파일의 287 번째 라인에서 정의되었습니다.
|
staticprotectedinherited |
|
inlinestatic |
RanshiEngine.h 파일의 96 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : restoreStatus().
|
inlinestaticprotectedinherited |
|
virtual |
RanshiEngine.cc 파일의 117 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, halfBuff, CLHEP::HepRandomEngine::nearlyTwoToMinus_54(), numBuff, numFlats, redSpin, CLHEP::HepRandomEngine::twoToMinus_32(), CLHEP::HepRandomEngine::twoToMinus_53().
다음에 의해서 참조됨 : flatArray(), RanshiEngine().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 270 번째 라인에서 정의되었습니다.
다음을 참조함 : getState(), CLHEP::MarkerLen.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 329 번째 라인에서 정의되었습니다.
다음을 참조함 : getState().
|
inlineinherited |
RandomEngine.h 파일의 113 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeed.
|
inlineinherited |
RandomEngine.h 파일의 116 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::HepRandomEngine::theSeeds.
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 291 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, halfBuff, CLHEP::MarkerLen, numBuff, numFlats, CLHEP::possibleKeywordInput(), redSpin, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
다음에 의해서 참조됨 : get(), restoreStatus().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 338 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin, VECTOR_STATE_SIZE.
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::RanluxEngine::flat(), CLHEP::RanluxEngine::flatArray().
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
virtual |
RanshiEngine.cc 파일의 61 번째 라인에서 정의되었습니다.
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::MTwistEngine::flat(), flat(), CLHEP::DualRand::flat().
|
staticinherited |
RandomEngine.cc 파일의 89 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
다음에 의해서 참조됨 : CLHEP::StaticRandomStates::restore().
|
staticinherited |
RandomEngine.cc 파일의 94 번째 라인에서 정의되었습니다.
다음을 참조함 : CLHEP::EngineFactory::newEngine().
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 220 번째 라인에서 정의되었습니다.
다음을 참조함 : G4AblaRandom::flat().
|
virtual |
|
virtual |
|
inlineinherited |
|
inlineinherited |
|
virtual |
|
virtual |
CLHEP::HepRandomEngine(으)로부터 재구현되었습니다.
RanshiEngine.cc 파일의 258 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin.
다음에 의해서 참조됨 : put(), saveStatus().
|
virtual |
RanshiEngine.cc 파일의 170 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, CLHEP::HepRandomEngine::checkFile(), engineName(), getState(), halfBuff, in, numBuff, numFlats, CLHEP::possibleKeywordInput(), redSpin, CLHEP::HepRandomEngine::theSeed, VECTOR_STATE_SIZE.
|
virtual |
RanshiEngine.cc 파일의 142 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, int(), numBuff, redSpin, CLHEP::HepRandomEngine::theSeed, CLHEP::HepRandomEngine::theSeeds.
|
virtual |
RanshiEngine.cc 파일의 203 번째 라인에서 정의되었습니다.
다음을 참조함 : buffer, halfBuff, numBuff, numFlats, redSpin, right, CLHEP::HepRandomEngine::theSeed.
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::Ranlux64Engine::flat().
|
inlinestaticprotectedinherited |
다음에 의해서 참조됨 : CLHEP::MTwistEngine::flat(), flat(), CLHEP::DualRand::flat().
RanshiEngine.h 파일의 106 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), getState(), put(), RanshiEngine(), restoreStatus(), setSeeds(), showStatus().
|
private |
RanshiEngine.h 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), getState(), put(), restoreStatus(), showStatus().
|
private |
RanshiEngine.h 파일의 105 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), getState(), put(), restoreStatus(), showStatus().
|
private |
RanshiEngine.h 파일의 107 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : flat(), getState(), put(), RanshiEngine(), restoreStatus(), setSeeds(), showStatus().
|
protectedinherited |
RandomEngine.h 파일의 143 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : CLHEP::DualRand::DualRand(), CLHEP::HepRandomEngine::getSeed(), CLHEP::MTwistEngine::getState(), CLHEP::Ranlux64Engine::getState(), CLHEP::HepJamesRandom::getState(), 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(), RanshiEngine(), CLHEP::MTwistEngine::restoreStatus(), CLHEP::HepJamesRandom::restoreStatus(), CLHEP::Ranlux64Engine::restoreStatus(), restoreStatus(), CLHEP::RanecuEngine::restoreStatus(), CLHEP::DualRand::restoreStatus(), CLHEP::RanluxEngine::restoreStatus(), CLHEP::MTwistEngine::saveStatus(), CLHEP::RanecuEngine::setIndex(), CLHEP::MTwistEngine::setSeed(), CLHEP::HepJamesRandom::setSeed(), CLHEP::Ranlux64Engine::setSeed(), CLHEP::RanecuEngine::setSeed(), CLHEP::DualRand::setSeed(), CLHEP::RanluxEngine::setSeed(), CLHEP::MixMaxRng::setSeed(), CLHEP::Ranlux64Engine::setSeeds(), setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::MixMaxRng::setSeeds(), CLHEP::RanluxEngine::setSeeds(), CLHEP::MTwistEngine::showStatus(), CLHEP::HepJamesRandom::showStatus(), CLHEP::Ranlux64Engine::showStatus(), 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(), CLHEP::Ranlux64Engine::setSeeds(), setSeeds(), CLHEP::RanecuEngine::setSeeds(), CLHEP::DualRand::setSeeds(), CLHEP::MixMaxRng::setSeeds(), CLHEP::RanluxEngine::setSeeds().
RanshiEngine.h 파일의 109 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : getState(), restoreStatus().