virtual | ~LCGEngine() |
uint32_t | IntRndm() |
ROOT::Math::LCGEngine | LCGEngine() |
ROOT::Math::LCGEngine | LCGEngine(const ROOT::Math::LCGEngine&) |
static unsigned int | MaxInt() |
static unsigned int | MinInt() |
static string | Name() |
double | operator()() |
ROOT::Math::LCGEngine& | operator=(const ROOT::Math::LCGEngine&) |
virtual double | Rndm() |
void | SetSeed(uint32_t seed) |
static int | Size() |
ROOT::Math::TRandomEngine | ROOT::Math::TRandomEngine::TRandomEngine() |
ROOT::Math::TRandomEngine | ROOT::Math::TRandomEngine::TRandomEngine(const ROOT::Math::TRandomEngine&) |
int | Counter() const |
void | GetState(vector<uint32_t>& state) |
void | SetState(const vector<uint32_t>& state) |
double | Rndm_impl() |
uint32_t | fSeed |
Inheritance Chart: | |||||||||
|