Logo ROOT   6.16/01
Reference Guide
TRandomGen.cxx
Go to the documentation of this file.
1// define the TRandomGen classes
2#ifdef DEFINE_TEMPL_INSTANCE
3
4#include "TRandomGen.h"
5#include "Math/MixMaxEngine.h"
6#include "Math/StdEngine.h"
7
8// define the instance
9class TRandomGen<ROOT::Math::MixMaxEngine<240,0>>;
10class TRandomGen<ROOT::Math::MixMaxEngine<256,2>>;
11class TRandomGen<ROOT::Math::MixMaxEngine<256,4>>;
12class TRandomGen<ROOT::Math::MixMaxEngine<17,0>>;
13class TRandomGen<ROOT::Math::MixMaxEngine<17,1>>;
14
15class TRandomGen<ROOT::Math::StdEngine<std::mt19937_64> >;
16class TRandomGen<ROOT::Math::StdEngine<std::ranlux48> >;
17
18#endif
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21