Geant4  9.6.p02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
G4INCL::IRandomGenerator Class Referenceabstract

#include <G4INCLIRandomGenerator.hh>

Inheritance diagram for G4INCL::IRandomGenerator:
Inheritance graph
[legend]

Public Member Functions

 IRandomGenerator ()
 
virtual ~IRandomGenerator ()
 
virtual SeedVector getSeeds () const =0
 
virtual void setSeeds (const SeedVector &)=0
 
virtual G4double flat ()=0
 

Detailed Description

Definition at line 53 of file G4INCLIRandomGenerator.hh.

Constructor & Destructor Documentation

G4INCL::IRandomGenerator::IRandomGenerator ( )
inline

Definition at line 55 of file G4INCLIRandomGenerator.hh.

virtual G4INCL::IRandomGenerator::~IRandomGenerator ( )
inlinevirtual

Definition at line 56 of file G4INCLIRandomGenerator.hh.

Member Function Documentation

virtual G4double G4INCL::IRandomGenerator::flat ( )
pure virtual

Implemented in G4INCL::Ranecu, G4INCL::Geant4RandomGenerator, and G4INCL::ConstantRandom.

Here is the caller graph for this function:

virtual SeedVector G4INCL::IRandomGenerator::getSeeds ( ) const
pure virtual

Implemented in G4INCL::Ranecu, G4INCL::ConstantRandom, and G4INCL::Geant4RandomGenerator.

Here is the caller graph for this function:

virtual void G4INCL::IRandomGenerator::setSeeds ( const SeedVector )
pure virtual

Implemented in G4INCL::Ranecu, G4INCL::Geant4RandomGenerator, and G4INCL::ConstantRandom.

Here is the caller graph for this function:


The documentation for this class was generated from the following file: