Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
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 
11  typedef Random<ROOT::Math::GSLRngMT> RandomMT;
12  typedef Random<ROOT::Math::GSLRngTaus> RandomTaus;
13  typedef Random<ROOT::Math::GSLRngRanLux> RandomRanLux;
14  typedef Random<ROOT::Math::GSLRngGFSR4> RandomGFSR4;
15 
16 
17 } // namespace Math
18 } // namespace ROOT
19 
20 #endif