Geant4-11
|
#include <G4INCLRanecu.hh>
Public Member Functions | |
G4double | flat () |
Random::SeedVector | getSeeds () |
Ranecu () | |
Ranecu (const Random::SeedVector &sv) | |
void | setSeeds (const Random::SeedVector &sv) |
virtual | ~Ranecu () |
Private Attributes | |
G4int | iseed1 |
G4int | iseed2 |
Definition at line 53 of file G4INCLRanecu.hh.
G4INCL::Ranecu::Ranecu | ( | ) |
Definition at line 49 of file G4INCLRanecu.cc.
G4INCL::Ranecu::Ranecu | ( | const Random::SeedVector & | sv | ) |
|
virtual |
Definition at line 58 of file G4INCLRanecu.cc.
|
virtual |
Implements G4INCL::IRandomGenerator.
Definition at line 60 of file G4INCLRanecu.cc.
|
inlinevirtual |
Implements G4INCL::IRandomGenerator.
Definition at line 59 of file G4INCLRanecu.hh.
|
inlinevirtual |
Implements G4INCL::IRandomGenerator.
Definition at line 66 of file G4INCLRanecu.hh.
References iseed1, and iseed2.
Referenced by Ranecu().
|
private |
Definition at line 75 of file G4INCLRanecu.hh.
Referenced by flat(), getSeeds(), Ranecu(), and setSeeds().
|
private |
Definition at line 75 of file G4INCLRanecu.hh.
Referenced by flat(), getSeeds(), Ranecu(), and setSeeds().