CMS 3D CMS Logo

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