Logo ROOT   6.10/09
Reference Guide
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

◆ TRandomMixMax

Definition at line 76 of file TRandomGen.h.

◆ TRandomMixMax17

Definition at line 78 of file TRandomGen.h.

◆ TRandomMixMax256

Definition at line 77 of file TRandomGen.h.

◆ TRandomMT64

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

Definition at line 79 of file TRandomGen.h.

◆ TRandomRanlux48

Definition at line 80 of file TRandomGen.h.