2#ifdef DEFINE_TEMPL_INSTANCE 
   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>>;
 
   16class 
TRandomGen<ROOT::Math::RanluxppEngine2048>;
 
   18class  
TRandomGen<ROOT::Math::StdEngine<std::mt19937_64> >;
 
   19class  
TRandomGen<ROOT::Math::StdEngine<std::ranlux48> >;
 
This file contains a specialised ROOT message handler to test for diagnostic in unit tests.