ROOT
master
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
"
6
#include "
Math/RanluxppEngine.h
"
7
#include "
Math/StdEngine.h
"
8
9
// define the instance
10
class
TRandomGen
<
ROOT
::Math::MixMaxEngine<240,0>>;
11
class
TRandomGen
<ROOT::Math::MixMaxEngine<256,2>>;
12
class
TRandomGen
<ROOT::Math::MixMaxEngine<256,4>>;
13
class
TRandomGen
<ROOT::Math::MixMaxEngine<17,0>>;
14
class
TRandomGen
<ROOT::Math::MixMaxEngine<17,1>>;
15
16
class
TRandomGen
<ROOT::Math::RanluxppEngine2048>;
17
18
class
TRandomGen
<ROOT::Math::StdEngine<std::mt19937_64> >;
19
class
TRandomGen
<ROOT::Math::StdEngine<std::ranlux48> >;
20
21
#endif
MixMaxEngine.h
RanluxppEngine.h
StdEngine.h
TRandomGen.h
ROOT::Detail::TRangeCast
Definition
TCollection.h:311
TRandomGen
Definition
TRandomGen.h:48
ROOT
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...
Definition
EExecutionPolicy.hxx:4
math
mathcore
src
TRandomGen.cxx
ROOT master - Reference Guide Generated on Fri Jan 24 2025 04:37:00 (GVA Time) using Doxygen 1.10.0