|
Geant4 11.4.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 77 of file G4UniformRandPool.cc.
Referenced by flat(), and flatArray().
|
explicit |
Definition at line 90 of file G4UniformRandPool.cc.
| G4UniformRandPool::~G4UniformRandPool | ( | ) |
Definition at line 104 of file G4UniformRandPool.cc.
|
static |
Definition at line 210 of file G4UniformRandPool.cc.
Definition at line 220 of file G4UniformRandPool.cc.
Definition at line 138 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 116 of file G4UniformRandPool.cc.