Logo ROOT   6.07/09
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
9 class TRandomGen<ROOT::Math::MixMaxEngine<240,0>>;
10 class TRandomGen<ROOT::Math::MixMaxEngine<256,2>>;
11 class TRandomGen<ROOT::Math::MixMaxEngine<256,4>>;
12 class TRandomGen<ROOT::Math::MixMaxEngine<17,0>>;
13 class TRandomGen<ROOT::Math::MixMaxEngine<17,1>>;
14 
15 class TRandomGen<ROOT::Math::StdEngine<std::mt19937_64> >;
16 class TRandomGen<ROOT::Math::StdEngine<std::ranlux48> >;
17 
18 #endif
This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecu...
Definition: StringConv.hxx:21