Logo ROOT   6.10/09
Reference Guide
GSLRandom.h
Go to the documentation of this file.
1 #ifndef ROOT_Math_GSLRandom
2 #define ROOT_Math_GSLRandom
3 
4 #include "Math/Random.h"
5 #include "Math/GSLRndmEngines.h"
6 
7 namespace ROOT {
8 namespace Math {
9 
10 
15 
16 
17 } // namespace Math
18 } // namespace ROOT
19 
20 #endif
Namespace for new ROOT classes and functions.
Definition: StringConv.hxx:21
Random< ROOT::Math::GSLRngRanLux > RandomRanLux
Definition: GSLRandom.h:13
Namespace for new Math classes and functions.
Random< ROOT::Math::GSLRngTaus > RandomTaus
Definition: GSLRandom.h:12
Random< ROOT::Math::GSLRngMT > RandomMT
Definition: GSLRandom.h:11
Random< ROOT::Math::GSLRngGFSR4 > RandomGFSR4
Definition: GSLRandom.h:14
Documentation for the Random class.
Definition: Random.h:39