Definition at line 33 of file LCGEngine.h.
|
static unsigned int | MaxInt () |
| maximum integer that can be generated
|
|
static unsigned int | MinInt () |
| minimum integer that can be generated
|
|
static std::string | Name () |
| Name of the generator.
|
|
static int | Size () |
| Size of the generator state.
|
|
#include <Math/LCGEngine.h>
◆ BaseType
◆ Result_t
◆ StateInt_t
◆ LCGEngine()
ROOT::Math::LCGEngine::LCGEngine |
( |
| ) |
|
|
inline |
◆ ~LCGEngine()
ROOT::Math::LCGEngine::~LCGEngine |
( |
| ) |
|
|
inlineoverride |
◆ Counter()
int ROOT::Math::LCGEngine::Counter |
( |
| ) |
const |
|
inlineprotected |
◆ GetState()
void ROOT::Math::LCGEngine::GetState |
( |
std::vector< uint32_t > & |
state | ) |
|
|
inlineprotected |
◆ IntRndm()
uint32_t ROOT::Math::LCGEngine::IntRndm |
( |
| ) |
|
|
inline |
◆ MaxInt()
static unsigned int ROOT::Math::LCGEngine::MaxInt |
( |
| ) |
|
|
inlinestatic |
maximum integer that can be generated
Definition at line 62 of file LCGEngine.h.
◆ MinInt()
static unsigned int ROOT::Math::LCGEngine::MinInt |
( |
| ) |
|
|
inlinestatic |
minimum integer that can be generated
Definition at line 60 of file LCGEngine.h.
◆ Name()
static std::string ROOT::Math::LCGEngine::Name |
( |
| ) |
|
|
inlinestatic |
Name of the generator.
Definition at line 66 of file LCGEngine.h.
◆ operator()()
double ROOT::Math::LCGEngine::operator() |
( |
| ) |
|
|
inline |
◆ Rndm()
double ROOT::Math::LCGEngine::Rndm |
( |
| ) |
|
|
inlineoverridevirtual |
◆ Rndm_impl()
double ROOT::Math::LCGEngine::Rndm_impl |
( |
| ) |
|
|
inlineprivate |
◆ SetSeed()
void ROOT::Math::LCGEngine::SetSeed |
( |
uint32_t |
seed | ) |
|
|
inline |
◆ SetState()
void ROOT::Math::LCGEngine::SetState |
( |
const std::vector< uint32_t > & |
state | ) |
|
|
inlineprotected |
◆ Size()
static int ROOT::Math::LCGEngine::Size |
( |
| ) |
|
|
inlinestatic |
Size of the generator state.
Definition at line 64 of file LCGEngine.h.
◆ fSeed
uint32_t ROOT::Math::LCGEngine::fSeed |
|
private |
The documentation for this class was generated from the following file: