|
Geant4 10.7.0
Toolkit for the simulation of the passage of particles through matter
|
#include <G4UniformRandPool.hh>
Public Member Functions | |
| G4UniformRandPool () | |
| G4UniformRandPool (G4int ps) | |
| ~G4UniformRandPool () | |
| void | Resize (G4int newSize) |
| void | GetMany (G4double *rnds, G4int howMany) |
| G4double | GetOne () |
| G4int | GetPoolSize () const |
Static Public Member Functions | |
| static G4double | flat () |
| static void | flatArray (G4int howmany, G4double *rnds) |
Definition at line 55 of file G4UniformRandPool.hh.
| G4UniformRandPool::G4UniformRandPool | ( | ) |
Definition at line 76 of file G4UniformRandPool.cc.
Referenced by flat(), and flatArray().
| G4UniformRandPool::G4UniformRandPool | ( | G4int | ps | ) |
Definition at line 92 of file G4UniformRandPool.cc.
| G4UniformRandPool::~G4UniformRandPool | ( | ) |
Definition at line 108 of file G4UniformRandPool.cc.
|
static |
Definition at line 214 of file G4UniformRandPool.cc.
Definition at line 224 of file G4UniformRandPool.cc.
Definition at line 142 of file G4UniformRandPool.cc.
|
inline |
Definition at line 82 of file G4UniformRandPool.hh.
|
inline |
Definition at line 94 of file G4UniformRandPool.hh.
| void G4UniformRandPool::Resize | ( | G4int | newSize | ) |
Definition at line 120 of file G4UniformRandPool.cc.