Classes | |
| class | ROOT::Math::GSLRandomEngine |
| GSLRandomEngine Base class for all GSL random engines, normally user instantiate the derived classes which creates internally the generator. More... | |
| class | ROOT::Math::GSLRngMT |
| Mersenne-Twister generator gsl_rng_mt19937 from here. More... | |
| class | ROOT::Math::GSLRngRanLux |
| Ranlux generator (James, Luscher) (defaul luxury) see here. More... | |
| class | ROOT::Math::GSLRngRanLux2 |
| Second generation of Ranlux generator (with luxury level of 2) see here. More... | |
| class | ROOT::Math::GSLRngRanLux48 |
| 48 bits version of Second generation of Ranlux generator (with luxury level of 2) see here More... | |
| class | ROOT::Math::GSLRngTaus |
| Tausworthe generator by L'Ecuyer see here. More... | |
| class | ROOT::Math::GSLRngGFSR4 |
| Lagged Fibonacci generator by Ziff see here. More... | |
| class | ROOT::Math::GSLRngCMRG |
| Combined multiple recursive generator (L'Ecuyer) see here. More... | |
| class | ROOT::Math::GSLRngMRG |
| 5-th order multiple recursive generator (L'Ecuyer, Blouin and Coutre) see here More... | |
| class | ROOT::Math::GSLRngRand |
| BSD rand() generator gsl_rmg_rand from here. More... | |
| class | ROOT::Math::GSLRngRanMar |
| RANMAR generator see here. More... | |
| class | ROOT::Math::GSLRngMinStd |
| MINSTD generator (Park and Miller) see here. More... | |
| class | ROOT::Math::Random< Engine > |
| User class for MathMore random numbers template on the Engine type. More... | |
1.5.3