Geant4 9.6.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4INCLConstantRandom.hh>
Public Member Functions | |
ConstantRandom () | |
virtual | ~ConstantRandom () |
SeedVector | getSeeds () const |
void | setSeeds (const SeedVector &) |
G4double | flat () |
Public Member Functions inherited from G4INCL::IRandomGenerator | |
IRandomGenerator () | |
virtual | ~IRandomGenerator () |
virtual SeedVector | getSeeds () const =0 |
virtual void | setSeeds (const SeedVector &)=0 |
virtual G4double | flat ()=0 |
Definition at line 53 of file G4INCLConstantRandom.hh.
|
inline |
Definition at line 55 of file G4INCLConstantRandom.hh.
|
inlinevirtual |
Definition at line 56 of file G4INCLConstantRandom.hh.
|
inlinevirtual |
Implements G4INCL::IRandomGenerator.
Definition at line 63 of file G4INCLConstantRandom.hh.
|
inlinevirtual |
Implements G4INCL::IRandomGenerator.
Definition at line 58 of file G4INCLConstantRandom.hh.
|
inlinevirtual |