ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Public Member Functions | |
IntegerCong () | |
IntegerCong (unsigned int seed, int streamNumber) | |
operator unsigned int () | |
void | put (std::ostream &os) const |
void | put (std::vector< unsigned long > &v) const |
void | get (std::istream &is) |
bool | get (std::vector< unsigned long >::const_iterator &iv) |
Private Attributes | |
unsigned int | state |
unsigned int | multiplier |
unsigned int | addend |
Definition at line 122 of file DualRand.h.
View newest version in sPHENIX GitHub at line 122 of file DualRand.h
CLHEP::DualRand::IntegerCong::IntegerCong | ( | ) |
Definition at line 442 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 442 of file DualRand.cc
Definition at line 449 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 449 of file DualRand.cc
void CLHEP::DualRand::IntegerCong::get | ( | std::istream & | is | ) |
Definition at line 491 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 491 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 518 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 518 of file DualRand.cc
CLHEP::DualRand::IntegerCong::operator unsigned int | ( | ) |
Definition at line 469 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 469 of file DualRand.cc
void CLHEP::DualRand::IntegerCong::put | ( | std::ostream & | os | ) | const |
Definition at line 473 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 473 of file DualRand.cc
References gammaraytel::pr.
Referenced by CLHEP::DualRand::put(), and CLHEP::DualRand::showStatus().
void CLHEP::DualRand::IntegerCong::put | ( | std::vector< unsigned long > & | v | ) | const |
Definition at line 485 of file DualRand.cc.
View newest version in sPHENIX GitHub at line 485 of file DualRand.cc
|
private |
Definition at line 132 of file DualRand.h.
View newest version in sPHENIX GitHub at line 132 of file DualRand.h
|
private |
Definition at line 132 of file DualRand.h.
View newest version in sPHENIX GitHub at line 132 of file DualRand.h
|
private |
Definition at line 132 of file DualRand.h.
View newest version in sPHENIX GitHub at line 132 of file DualRand.h