Logo ROOT   6.08/07
Reference Guide
Classes | Namespaces | Typedefs | Variables
GSLRngROOTWrapper.h File Reference
#include "gsl/gsl_rng.h"
#include "Math/MixMaxEngine.h"
Include dependency graph for GSLRngROOTWrapper.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  ROOT::Math::GSLRngROOTWrapper< Engine >
 

Namespaces

 ROOT
 This namespace contains pre-defined functions to be used in conjuction with TExecutor::Map and TExecutor::MapReduce.
 
 ROOT::Math
 

Typedefs

typedef ROOT::Math::GSLRngROOTWrapper< ROOT::Math::MixMaxEngine< 240, 0 > > GSLMixMaxWrapper
 

Variables

const gsl_rng_type * gsl_rng_mixmax = &mixmax_type
 
static const gsl_rng_type mixmax_type
 

Typedef Documentation

◆ GSLMixMaxWrapper

Definition at line 80 of file GSLRngROOTWrapper.h.

Variable Documentation

◆ gsl_rng_mixmax

const gsl_rng_type* gsl_rng_mixmax = &mixmax_type

Definition at line 93 of file GSLRngROOTWrapper.h.

◆ mixmax_type

const gsl_rng_type mixmax_type
static