Logo ROOT   6.10/00
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
StdEngine.cxx
Go to the documentation of this file.
1 
2 #include "Math/StdEngine.h"
3 
4 namespace ROOT {
5  namespace Math {
6  template class StdEngine<std::mt19937_64>;
7  template class StdEngine<std::ranlux48>;
8  }
9 }