Definition at line 32 of file LCGEngine.h.
|
static unsigned int | MaxInt () |
| maximum integer taht can be generated More...
|
|
static unsigned int | MinInt () |
| minimum integer taht can be generated More...
|
|
static std::string | Name () |
| Name of the generator. More...
|
|
static int | Size () |
| Size of the generator state. More...
|
|
#include <Math/LCGEngine.h>
ROOT::Math::LCGEngine::LCGEngine |
( |
| ) |
|
|
inline |
virtual ROOT::Math::LCGEngine::~LCGEngine |
( |
| ) |
|
|
inlinevirtual |
int ROOT::Math::LCGEngine::Counter |
( |
| ) |
const |
|
inlineprotected |
void ROOT::Math::LCGEngine::GetState |
( |
std::vector< uint32_t > & |
state | ) |
|
|
inlineprotected |
uint32_t ROOT::Math::LCGEngine::IntRndm |
( |
| ) |
|
|
inline |
static unsigned int ROOT::Math::LCGEngine::MaxInt |
( |
| ) |
|
|
inlinestatic |
maximum integer taht can be generated
Definition at line 61 of file LCGEngine.h.
static unsigned int ROOT::Math::LCGEngine::MinInt |
( |
| ) |
|
|
inlinestatic |
minimum integer taht can be generated
Definition at line 59 of file LCGEngine.h.
static std::string ROOT::Math::LCGEngine::Name |
( |
| ) |
|
|
inlinestatic |
Name of the generator.
Definition at line 65 of file LCGEngine.h.
double ROOT::Math::LCGEngine::operator() |
( |
| ) |
|
|
inline |
virtual double ROOT::Math::LCGEngine::Rndm |
( |
| ) |
|
|
inlinevirtual |
double ROOT::Math::LCGEngine::Rndm_impl |
( |
| ) |
|
|
inlineprivate |
void ROOT::Math::LCGEngine::SetSeed |
( |
uint32_t |
seed | ) |
|
|
inline |
void ROOT::Math::LCGEngine::SetState |
( |
const std::vector< uint32_t > & |
state | ) |
|
|
inlineprotected |
static int ROOT::Math::LCGEngine::Size |
( |
| ) |
|
|
inlinestatic |
Size of the generator state.
Definition at line 63 of file LCGEngine.h.
uint32_t ROOT::Math::LCGEngine::fSeed |
|
private |
The documentation for this class was generated from the following file: