Geant4-11
|
Public Member Functions | |
void | get (std::istream &is) |
bool | get (std::vector< unsigned long >::const_iterator &iv) |
IntegerCong () | |
IntegerCong (unsigned int seed, int streamNumber) | |
operator unsigned int () | |
void | put (std::ostream &os) const |
void | put (std::vector< unsigned long > &v) const |
Private Attributes | |
unsigned int | addend |
unsigned int | multiplier |
unsigned int | state |
Definition at line 122 of file DualRand.h.
CLHEP::DualRand::IntegerCong::IntegerCong | ( | ) |
Definition at line 446 of file DualRand.cc.
CLHEP::DualRand::IntegerCong::IntegerCong | ( | unsigned int | seed, |
int | streamNumber | ||
) |
Definition at line 453 of file DualRand.cc.
void CLHEP::DualRand::IntegerCong::get | ( | std::istream & | is | ) |
Definition at line 495 of file DualRand.cc.
References CLHEP::MarkerLen.
Referenced by CLHEP::DualRand::getState(), and CLHEP::DualRand::restoreStatus().
bool CLHEP::DualRand::IntegerCong::get | ( | std::vector< unsigned long >::const_iterator & | iv | ) |
Definition at line 522 of file DualRand.cc.
CLHEP::DualRand::IntegerCong::operator unsigned int | ( | ) |
Definition at line 473 of file DualRand.cc.
void CLHEP::DualRand::IntegerCong::put | ( | std::ostream & | os | ) | const |
Definition at line 477 of file DualRand.cc.
Referenced by CLHEP::DualRand::put(), and CLHEP::DualRand::showStatus().
void CLHEP::DualRand::IntegerCong::put | ( | std::vector< unsigned long > & | v | ) | const |
Definition at line 489 of file DualRand.cc.
|
private |
Definition at line 132 of file DualRand.h.
|
private |
Definition at line 132 of file DualRand.h.
|
private |
Definition at line 132 of file DualRand.h.