CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
RandomP8.cc
Go to the documentation of this file.
2 #include "CLHEP/Random/RandomEngine.h"
3 
4 
5 CLHEP::HepRandomEngine* randomEngine;
6 
7 
8 double RandomP8::flat(void)
9 {
10  return randomEngine->flat();
11 }
CLHEP::HepRandomEngine * randomEngine
Definition: PYR.cc:4
double flat()
Definition: RandomP8.cc:8