Logo ROOT   6.16/01
Reference Guide
Classes | Namespaces | Typedefs
Random.h File Reference
#include "Math/RandomFunctions.h"
#include "Math/MixMaxEngine.h"
#include "Math/MersenneTwisterEngine.h"
#include "Math/StdEngine.h"
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::Random< Engine >
 Documentation for the Random class. More...
 

Namespaces

namespace  ROOT
 Namespace for new ROOT classes and functions.
 
namespace  ROOT::Math
 

Typedefs

typedef Random< ROOT::Math::MixMaxEngine< 240, 0 > > ROOT::Math::RandomMixMax
 Useful typedef definitions. More...
 
typedef Random< ROOT::Math::MersenneTwisterEngineROOT::Math::RandomMT19937
 
typedef Random< ROOT::Math::StdEngine< std::mt19937_64 > > ROOT::Math::RandomMT64
 
typedef Random< ROOT::Math::StdEngine< std::ranlux48 > > ROOT::Math::RandomRanlux48