#include <G4UniformRandPool.hh>
Definition at line 54 of file G4UniformRandPool.hh.
◆ G4UniformRandPool() [1/2]
G4UniformRandPool::G4UniformRandPool |
( |
| ) |
|
◆ G4UniformRandPool() [2/2]
G4UniformRandPool::G4UniformRandPool |
( |
G4int |
ps | ) |
|
◆ ~G4UniformRandPool()
G4UniformRandPool::~G4UniformRandPool |
( |
| ) |
|
◆ Fill()
void G4UniformRandPool::Fill |
( |
G4int |
howmany | ) |
|
|
inlineprivate |
◆ flat()
◆ flatArray()
void G4UniformRandPool::flatArray |
( |
G4int |
howmany, |
|
|
G4double * |
rnds |
|
) |
| |
|
static |
◆ GetMany()
void G4UniformRandPool::GetMany |
( |
G4double * |
rnds, |
|
|
G4int |
howMany |
|
) |
| |
Definition at line 156 of file G4UniformRandPool.cc.
158 assert(rnds!=0 && howmany>0);
188 for ( ; cycle < maxcycles ; ++cycle )
◆ GetOne()
◆ GetPoolSize()
G4int G4UniformRandPool::GetPoolSize |
( |
| ) |
const |
|
inline |
◆ Resize()
void G4UniformRandPool::Resize |
( |
G4int |
newSize | ) |
|
◆ buffer
◆ currentIdx
G4int G4UniformRandPool::currentIdx |
|
private |
◆ size
G4int G4UniformRandPool::size |
|
private |
The documentation for this class was generated from the following files: