#include "Math/RandomFunctions.h"
#include <string>
#include <vector>
#include <cstdint>
#include "Math/MixMaxEngine.h"
#include "Math/MersenneTwisterEngine.h"
#include "Math/StdEngine.h"
Classes | |
class | ROOT::Math::Random< Engine > |
Documentation for the Random class. More... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |
Typedefs | |
typedef Random< ROOT::Math::MixMaxEngine< 240, 0 > > | ROOT::Math::RandomMixMax |
Useful typedef definitions. | |
typedef Random< ROOT::Math::MersenneTwisterEngine > | ROOT::Math::RandomMT19937 |
typedef Random< ROOT::Math::StdEngine< std::mt19937_64 > > | ROOT::Math::RandomMT64 |
typedef Random< ROOT::Math::StdEngine< std::ranlux48 > > | ROOT::Math::RandomRanlux48 |