#include <cstdint>
#include <vector>
#include "Math/TRandomEngine.h"
#include "Math/MixMaxEngine.icc"
Classes | |
class | ROOT::Math::MixMaxEngine< N, SkipNumber > |
MixMaxEngine is a wrapper class for the MIXMAX Random number generator. 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 MixMaxEngine< 17, 0 > | ROOT::Math::MixMaxEngine17 |
typedef MixMaxEngine< 240, 0 > | ROOT::Math::MixMaxEngine240 |
typedef MixMaxEngine< 256, 2 > | ROOT::Math::MixMaxEngine256 |