GSLQRngWrapper class to wrap gsl_qrng structure.
Definition at line 26 of file GSLQRngWrapper.h.
#include </github/home/ROOT-CI/src/math/mathmore/src/GSLQRngWrapper.h>
◆ GSLQRngWrapper() [1/4]
ROOT::Math::GSLQRngWrapper::GSLQRngWrapper |
( |
| ) |
|
|
inline |
◆ GSLQRngWrapper() [2/4]
◆ GSLQRngWrapper() [3/4]
construct from an existing gsl_qrng it is managed externally - so will not be deleted at the end
Definition at line 55 of file GSLQRngWrapper.h.
◆ GSLQRngWrapper() [4/4]
Copy constructor - clone the GSL object and manage it.
Definition at line 65 of file GSLQRngWrapper.h.
◆ ~GSLQRngWrapper()
ROOT::Math::GSLQRngWrapper::~GSLQRngWrapper |
( |
| ) |
|
|
inline |
Destructor (free the rng if not done before)
Definition at line 93 of file GSLQRngWrapper.h.
◆ Allocate()
void ROOT::Math::GSLQRngWrapper::Allocate |
( |
unsigned int | dimension | ) |
|
|
inline |
◆ Dimension()
unsigned int ROOT::Math::GSLQRngWrapper::Dimension |
( |
| ) |
const |
|
inline |
◆ Free()
void ROOT::Math::GSLQRngWrapper::Free |
( |
| ) |
|
|
inline |
◆ operator=()
◆ Rng() [1/2]
gsl_qrng * ROOT::Math::GSLQRngWrapper::Rng |
( |
| ) |
|
|
inline |
◆ Rng() [2/2]
◆ SetDefaultType()
void ROOT::Math::GSLQRngWrapper::SetDefaultType |
( |
| ) |
|
|
inline |
◆ SetType()
◆ fOwn
bool ROOT::Math::GSLQRngWrapper::fOwn |
|
private |
◆ fRng
gsl_qrng* ROOT::Math::GSLQRngWrapper::fRng |
|
private |
◆ fRngType
math/mathmore/src/GSLQRngWrapper.h