ROOT 6.13/01 Reference Guide |
#include <cstdint>
#include <vector>
#include <string>
#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... | |
class | ROOT::Math::MixMaxEngineImpl< N > |
Namespaces | |
ROOT | |
Namespace for new ROOT classes and functions. | |
ROOT::Math | |
Typedefs | |
typedef MixMaxEngine< 17, 0 > | ROOT::Math::MixMaxEngine17 |
typedef MixMaxEngine< 240, 0 > | ROOT::Math::MixMaxEngine240 |
typedef MixMaxEngine< 256, 2 > | ROOT::Math::MixMaxEngine256 |