#include <G4INCLConstantRandom.hh>
Inheritance diagram for G4INCL::ConstantRandom:

Public Member Functions | |
| ConstantRandom () | |
| virtual | ~ConstantRandom () |
| SeedVector | getSeeds () const |
| void | setSeeds (const SeedVector &) |
| G4double | flat () |
Definition at line 51 of file G4INCLConstantRandom.hh.
| G4INCL::ConstantRandom::ConstantRandom | ( | ) | [inline] |
| virtual G4INCL::ConstantRandom::~ConstantRandom | ( | ) | [inline, virtual] |
| G4double G4INCL::ConstantRandom::flat | ( | ) | [inline, virtual] |
| SeedVector G4INCL::ConstantRandom::getSeeds | ( | ) | const [inline, virtual] |
Implements G4INCL::IRandomGenerator.
Definition at line 56 of file G4INCLConstantRandom.hh.
00056 { 00057 return SeedVector; 00058 }
| void G4INCL::ConstantRandom::setSeeds | ( | const SeedVector & | ) | [inline, virtual] |
1.4.7