Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs
MixMaxEngine.h File Reference
#include <cstdint>
#include <vector>
#include <string>
#include "Math/TRandomEngine.h"
#include "Math/MixMaxEngine.icc"
Include dependency graph for MixMaxEngine.h:
This graph shows which files directly or indirectly include this file:

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