#include <G4INCLGeant4Random.hh>
Inheritance diagram for G4INCL::Geant4RandomGenerator:

Public Member Functions | |
| Geant4RandomGenerator () | |
| Geant4RandomGenerator (const SeedVector &) | |
| virtual | ~Geant4RandomGenerator () |
| SeedVector | getSeeds () const |
| void | setSeeds (const SeedVector &) |
| G4double | flat () |
Definition at line 49 of file G4INCLGeant4Random.hh.
| G4INCL::Geant4RandomGenerator::Geant4RandomGenerator | ( | ) | [inline] |
| G4INCL::Geant4RandomGenerator::Geant4RandomGenerator | ( | const SeedVector & | ) | [inline] |
| virtual G4INCL::Geant4RandomGenerator::~Geant4RandomGenerator | ( | ) | [inline, virtual] |
| G4double G4INCL::Geant4RandomGenerator::flat | ( | ) | [inline, virtual] |
Implements G4INCL::IRandomGenerator.
Definition at line 65 of file G4INCLGeant4Random.hh.
References G4UniformRand.
00065 { 00066 return G4UniformRand(); 00067 }
| SeedVector G4INCL::Geant4RandomGenerator::getSeeds | ( | ) | const [inline, virtual] |
Implements G4INCL::IRandomGenerator.
Definition at line 55 of file G4INCLGeant4Random.hh.
References WARN.
00055 { 00056 WARN("getSeeds not supported."); 00057 SeedVector sv; 00058 return sv; 00059 }
| void G4INCL::Geant4RandomGenerator::setSeeds | ( | const SeedVector & | ) | [inline, virtual] |
Implements G4INCL::IRandomGenerator.
Definition at line 61 of file G4INCLGeant4Random.hh.
References WARN.
00061 { 00062 WARN("setSeeds not supported."); 00063 }
1.4.7