16 #ifndef EngineFactory_h
17 #define EngineFactory_h 1
19 #include "CLHEP/Random/defs.h"
20 #include "CLHEP/Random/RandomEngine.h"
26 static HepRandomEngine*
newEngine(std::istream & is);
27 static HepRandomEngine*
newEngine(std::vector<unsigned long>
const & v);
32 #ifdef ENABLE_BACKWARDS_COMPATIBILITY
34 using namespace CLHEP;
static HepRandomEngine * newEngine(std::istream &is)