ROOT  6.07/01
Reference Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Typedefs
RandomFunctions.h File Reference
#include <type_traits>
#include <cmath>
#include "Rtypes.h"
#include "TMath.h"
#include <cassert>
#include "TRandomEngine.h"
Include dependency graph for RandomFunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ROOT::Math::RandomFunctionsImpl< EngineBaseType >
 Definition of the generic impelmentation class for the RandomFunctions. More...
 
class  ROOT::Math::RandomFunctionsImpl< TRandomEngine >
 Implementation class for the RandomFunction for all the engined that derives from TRandomEngine class, which defines an interface which has TRandomEngine::Rndm() In this way we can have a common implementation for the RandomFunctions. More...
 
class  ROOT::Math::RandomFunctions< Engine, EngineBaseType >
 

Namespaces

 ROOT
 Namespace for new ROOT classes and functions.
 
 ROOT::Math
 

Typedefs

typedef TRandomEngine ROOT::Math::DefaultEngineType
 Documentation for the RandomFunction class. More...