#include "Math/RandomFunctions.h"#include <string>#include <vector>#include <cstdint>#include "Math/MixMaxEngine.h"#include "Math/MersenneTwisterEngine.h"#include "Math/StdEngine.h"Classes | |
| class | ROOT::Math::Random< Engine > | 
| Documentation for the Random class.  More... | |
Namespaces | |
| namespace | ROOT | 
| This file contains a specialised ROOT message handler to test for diagnostic in unit tests.  | |
| namespace | ROOT::Math | 
Typedefs | |
| typedef Random< ROOT::Math::MixMaxEngine< 240, 0 > > | ROOT::Math::RandomMixMax | 
| Useful typedef definitions.   | |
| typedef Random< ROOT::Math::MersenneTwisterEngine > | ROOT::Math::RandomMT19937 | 
| typedef Random< ROOT::Math::StdEngine< std::mt19937_64 > > | ROOT::Math::RandomMT64 | 
| typedef Random< ROOT::Math::StdEngine< std::ranlux48 > > | ROOT::Math::RandomRanlux48 |