Logo ROOT  
Reference Guide
Random.h File Reference
Include dependency graph for Random.h:
This graph shows which files directly or indirectly include this file:

Classes

class  ROOT::Math::Random< Engine >
 Documentation for the Random class. More...
 

Namespaces

namespace  ROOT
 VSD Structures.
 
namespace  ROOT::Math
 

Typedefs

typedef Random< ROOT::Math::MixMaxEngine< 240, 0 > > ROOT::Math::RandomMixMax
 Useful typedef definitions. More...
 
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