Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
Random.h File Reference
#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
namespace  ROOT::Math

Typedefs

typedef Random< ROOT::Math::MixMaxEngine< 240, 0 > > ROOT::Math::RandomMixMax
 Useful typedef definitions.
typedef Random< ROOT::Math::MersenneTwisterEngineROOT::Math::RandomMT19937
typedef Random< ROOT::Math::StdEngine< std::mt19937_64 > > ROOT::Math::RandomMT64
typedef Random< ROOT::Math::StdEngine< std::ranlux48 > > ROOT::Math::RandomRanlux48