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());
virtual void BeginOfRunAction(const G4Run *)
void SetRandomNumberStore(G4bool flag)
Definition of the F04RunActionMessenger class.
G4GLOB_DLL std::ostream G4cout
virtual void EndOfRunAction(const G4Run *)
Definition of the F04RunAction class.
static G4RunManager * GetRunManager()
F04RunActionMessenger * fRunMessenger
void SetRandomNumberStoreDir(const G4String &dir)