44 : fSaveRndm(0), fAutoSeed(
false)
72 time_t systime =
time(NULL);
73 seeds[0] = (long) systime;
75 G4Random::setTheSeeds(seeds);
76 G4Random::showEngineStatus();
78 G4Random::showEngineStatus();
83 std::ostringstream os;
85 G4Random::saveEngineStatus(os.str().c_str());
94 G4Random::showEngineStatus();
95 std::ostringstream os;
97 G4Random::saveEngineStatus(os.str().c_str());