Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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"
7#include "Math/StdEngine.h"
8
9// define the instance
10class TRandomGen<ROOT::Math::MixMaxEngine<240,0>>;
11class TRandomGen<ROOT::Math::MixMaxEngine<256,2>>;
12class TRandomGen<ROOT::Math::MixMaxEngine<256,4>>;
13class TRandomGen<ROOT::Math::MixMaxEngine<17,0>>;
14class TRandomGen<ROOT::Math::MixMaxEngine<17,1>>;
15
16class TRandomGen<ROOT::Math::RanluxppEngine2048>;
17
18class TRandomGen<ROOT::Math::StdEngine<std::mt19937_64> >;
19class TRandomGen<ROOT::Math::StdEngine<std::ranlux48> >;
20
21#endif
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...