45 : fSaveRndm(0), fAutoSeed(false)
73 time_t systime = time(NULL);
74 seeds[0] = (long) systime;
76 G4Random::setTheSeeds(seeds);
77 G4Random::showEngineStatus();
79 G4Random::showEngineStatus();
84 std::ostringstream os;
86 G4Random::saveEngineStatus(os.str().c_str());
95 G4Random::showEngineStatus();
96 std::ostringstream os;
98 G4Random::saveEngineStatus(os.str().c_str());
static G4RunManager * GetRunManager()
void SetRandomNumberStoreDir(const G4String &dir)
virtual void EndOfRunAction(const G4Run *)
F04RunActionMessenger * fRunMessenger
virtual void BeginOfRunAction(const G4Run *)
void SetRandomNumberStore(G4bool flag)
G4GLOB_DLL std::ostream G4cout
Definition of the F04RunAction class.
Definition of the F04RunActionMessenger class.