Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
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"
6
7namespace ROOT {
8namespace Math {
9
10
15
16
17} // namespace Math
18} // namespace ROOT
19
20#endif
Documentation for the Random class.
Definition Random.h:42
Namespace for new Math classes and functions.
Random< ROOT::Math::GSLRngMT > RandomMT
Definition GSLRandom.h:11
Random< ROOT::Math::GSLRngRanLux > RandomRanLux
Definition GSLRandom.h:13
Random< ROOT::Math::GSLRngGFSR4 > RandomGFSR4
Definition GSLRandom.h:14
Random< ROOT::Math::GSLRngTaus > RandomTaus
Definition GSLRandom.h:12
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...