Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Typedefs
TRandomGen.h File Reference
#include "TRandom.h"
#include "Math/StdEngine.h"
#include "Math/MixMaxEngine.h"
Include dependency graph for TRandomGen.h:

Classes

class  TRandomGen< Engine >
 

Typedefs

typedef TRandomGen
< ROOT::Math::MixMaxEngine< 240, 0 > > 
TRandomMixMax
 
typedef TRandomGen
< ROOT::Math::MixMaxEngine< 17, 0 > > 
TRandomMixMax17
 
typedef TRandomGen
< ROOT::Math::MixMaxEngine< 256, 2 > > 
TRandomMixMax256
 
typedef TRandomGen
< ROOT::Math::StdEngine
< std::mt19937_64 > > 
TRandomMT64
 
typedef TRandomGen
< ROOT::Math::StdEngine
< std::ranlux48 > > 
TRandomRanlux48
 

Typedef Documentation

Definition at line 76 of file TRandomGen.h.

Definition at line 78 of file TRandomGen.h.

Definition at line 77 of file TRandomGen.h.

typedef TRandomGen<ROOT::Math::StdEngine<std::mt19937_64> > TRandomMT64

Definition at line 79 of file TRandomGen.h.

Definition at line 80 of file TRandomGen.h.