CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch13/src/GeneratorInterface/Pythia8Interface/src/RandomP8.cc

Go to the documentation of this file.
00001 #include "GeneratorInterface/Pythia8Interface/interface/RandomP8.h"
00002 #include "CLHEP/Random/RandomEngine.h"
00003 
00004 
00005 CLHEP::HepRandomEngine* randomEngine;
00006 
00007 
00008 double RandomP8::flat(void)
00009 {
00010   return randomEngine->flat();
00011 }