ROOT
Version v6.32
master
v6.34
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
▼
math
doc
►
fftw
►
foam
►
fumili
►
genetic
►
genvector
▼
mathcore
doc
►
inc
▼
src
►
ranluxpp
AdaptiveIntegratorMultiDim.cxx
BasicMinimizer.cxx
BinData.cxx
►
BrentMethods.cxx
►
BrentMinimizer1D.cxx
►
BrentRootFinder.cxx
►
ChebyshevPol.cxx
►
DataRange.cxx
Delaunay2D.cxx
DistSampler.cxx
►
DistSamplerOptions.cxx
Factory.cxx
FitConfig.cxx
FitData.cxx
►
FitResult.cxx
►
Fitter.cxx
►
FitUtil.cxx
GaussIntegrator.cxx
GaussLegendreIntegrator.cxx
►
GenAlgoOptions.cxx
►
GoFTest.cxx
Integrator.cxx
►
IntegratorOptions.cxx
IOptions.cxx
MersenneTwisterEngine.cxx
Minimizer.cxx
►
MinimizerOptions.cxx
MinimizerVariableTransformation.cxx
MinimTransformFunction.cxx
►
mixmax.h
►
mixmax.icc
mixmax_skip_N17.icc
mixmax_skip_N240.icc
mixmax_skip_N256.icc
mixmax_skip_N256.oldS.icc
►
MixMaxEngineImpl.h
►
MixMaxEngineImpl17.cxx
►
MixMaxEngineImpl240.cxx
►
MixMaxEngineImpl256.cxx
ParameterSettings.cxx
►
PdfFuncMathCore.cxx
►
ProbFuncMathCore.cxx
►
QuantFuncMathCore.cxx
RandomFunctions.cxx
►
RanluxppEngineImpl.cxx
RichardsonDerivator.cxx
RootFinder.cxx
►
SparseData.cxx
►
SpecFuncCephes.cxx
►
SpecFuncCephes.h
►
SpecFuncCephesInv.cxx
►
SpecFuncMathCore.cxx
StdEngine.cxx
►
TComplex.cxx
►
TKDTree.cxx
►
TKDTreeBinning.cxx
►
TMath.cxx
TRandom.cxx
►
TRandom1.cxx
►
TRandom2.cxx
►
TRandom3.cxx
TRandomGen.cxx
►
TStatistic.cxx
UnBinData.cxx
VectorizedTMath.cxx
►
v7
►
mathmore
►
matrix
►
minuit
►
minuit2
►
mlp
►
physics
►
quadp
►
rtools
►
smatrix
►
splot
►
unuran
►
vecops
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
►
tree
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
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 v6-32 - Reference Guide Generated on Thu Apr 3 2025 12:07:47 (GVA Time) using Doxygen 1.10.0