|
Geant4-11
|
#include "G4UniformRandPool.hh"#include "G4AutoDelete.hh"#include "G4Threading.hh"#include "globals.hh"#include <algorithm>#include <climits>#include <cstring>#include <stdlib.h>Go to the source code of this file.
Namespaces | |
| namespace | anonymous_namespace{G4UniformRandPool.cc} |
Functions | |
| void | create_pool (G4double *&buffer, G4int ps) |
| void | create_pool_align (G4double *&buffer, G4int ps) |
| void | destroy_pool (G4double *&buffer) |
| void | destroy_pool_align (G4double *&buffer) |
Variables | |
| G4ThreadLocal G4UniformRandPool * | anonymous_namespace{G4UniformRandPool.cc}::rndpool = 0 |
Definition at line 45 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::G4UniformRandPool(), and G4UniformRandPool::Resize().
Definition at line 59 of file G4UniformRandPool.cc.
References buffer, FatalException, G4Exception(), and ps.
Referenced by G4UniformRandPool::G4UniformRandPool().
| void destroy_pool | ( | G4double *& | buffer | ) |
Definition at line 47 of file G4UniformRandPool.cc.
References buffer.
Referenced by G4UniformRandPool::Resize(), and G4UniformRandPool::~G4UniformRandPool().
| void destroy_pool_align | ( | G4double *& | buffer | ) |
Definition at line 73 of file G4UniformRandPool.cc.
Referenced by G4UniformRandPool::~G4UniformRandPool().