ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
#include <assert.h>
#include "CLHEP/Random/MixMaxRng.h"
#include "CLHEP/Random/Random.h"
#include "CLHEP/Random/StaticRandomStates.h"
#include "CLHEP/Utility/memory.h"
#include "CLHEP/Utility/thread_local.h"
#include "CLHEP/Utility/use_atomic.h"
#include "CLHEP/Random/SeedTable.h"
Go to the source code of this file.
Namespaces | |
namespace | CLHEP |
Functions | |
std::ostream & | CLHEP::operator<< (std::ostream &os, const HepRandom &dist) |
std::istream & | CLHEP::operator>> (std::istream &is, HepRandom &dist) |
MixMaxRng theDefaultEngine |
HepRandom theDefaultGenerator |
std::shared_ptr<HepRandomEngine> theEngine |
Definition at line 72 of file Random.cc.
View newest version in sPHENIX GitHub at line 72 of file Random.cc
Referenced by G4WorkerRunManager::G4WorkerRunManager().
std::shared_ptr<HepRandom > theGenerator |
Definition at line 71 of file Random.cc.
View newest version in sPHENIX GitHub at line 71 of file Random.cc
Referenced by G4INCL::Random::deleteGenerator(), G4INCL::Random::getSeeds(), G4INCL::Random::isInitialized(), G4INCL::Random::saveSeeds(), G4INCL::Random::setGenerator(), G4INCL::Random::setSeeds(), and G4INCL::Random::shoot().