ROOT 6.08/07 Reference Guide |
#include <cstdint>
#include <vector>
#include <string>
#include "Math/TRandomEngine.h"
#include "Math/MixMaxEngine.icc"
Classes | |
class | ROOT::Math::MixMaxEngine< N, SkipNumber > |
Wrapper class for the MIXMAX Random number generator. More... | |
class | ROOT::Math::MixMaxEngineImpl< N > |
Namespaces | |
ROOT | |
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce. | |
ROOT::Math | |
Typedefs | |
typedef MixMaxEngine< 17, 0 > | ROOT::Math::MixMaxEngine17 |
typedef MixMaxEngine< 240, 0 > | ROOT::Math::MixMaxEngine240 |
typedef MixMaxEngine< 256, 2 > | ROOT::Math::MixMaxEngine256 |