#include <type_traits>
#include <cmath>
#include "RtypesCore.h"
#include "TMath.h"
#include <cassert>
#include <vector>
#include "TRandomEngine.h"
Classes | |
class | ROOT::Math::RandomFunctions< Engine, EngineBaseType > |
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... | |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | ROOT::Math |
Typedefs | |
typedef TRandomEngine | ROOT::Math::DefaultEngineType |
Documentation for the RandomFunction class. | |