#ifndef ROOT_Math_GSLRandom #define ROOT_Math_GSLRandom #include "Math/Random.h" #include "Math/GSLRndmEngines.h" namespace ROOT { namespace Math { typedef Random RandomMT; typedef Random RandomTaus; typedef Random RandomRanLux; typedef Random RandomGFSR4; } // namespace Math } // namespace ROOT #endif