|
std::pair< G4double, G4double > | G4INCL::Random::correlatedGaussian (const G4double corrCoeff, const G4double x0=0., const G4double sigma=1.) |
| Generate pairs of correlated Gaussian random numbers. More...
|
|
std::pair< G4double, G4double > | G4INCL::Random::correlatedUniform (const G4double corrCoeff) |
| Generate pairs of correlated uniform random numbers. More...
|
|
void | G4INCL::Random::deleteGenerator () |
|
G4double | G4INCL::Random::gauss (G4double sigma=1.) |
|
ThreeVector | G4INCL::Random::gaussVector (G4double sigma=1.) |
| Generate Gaussianly-distributed ThreeVectors. More...
|
|
G4double | G4INCL::Random::gaussWithMemory (G4double sigma=1.) |
|
Adapter const & | G4INCL::Random::getAdapter () |
|
SeedVector | G4INCL::Random::getSavedSeeds () |
| Get the saved status of the random-number generator. More...
|
|
SeedVector | G4INCL::Random::getSeeds () |
|
void | G4INCL::Random::initialize (Config const *const) |
| Initialize generator according to a Config object. More...
|
|
G4bool | G4INCL::Random::isInitialized () |
|
ThreeVector | G4INCL::Random::normVector (G4double norm=1.) |
|
void | G4INCL::Random::saveSeeds () |
| Save the status of the random-number generator. More...
|
|
void | G4INCL::Random::setGenerator (G4INCL::IRandomGenerator *aGenerator) |
|
void | G4INCL::Random::setSeeds (const SeedVector &sv) |
|
G4double | G4INCL::Random::shoot () |
|
G4double | G4INCL::Random::shoot0 () |
|
G4double | G4INCL::Random::shoot1 () |
|
ThreeVector | G4INCL::Random::sphereVector (G4double rmax=1.) |
|