15 #ifndef HEPRNDM_HEPRNDMENGINE_H    16 #define HEPRNDM_HEPRNDMENGINE_H 1    57 #endif // HEPRNDM_HEPRNDMENGINE_H Gaudi::Property< bool > m_useTable
Implementation of property with value of concrete type. 
~Engine() override=default
Standard Destructor. 
Gaudi::Property< int > m_row
Gaudi::Property< int > m_col
StatusCode finalize() override
Finalize the Engine. 
Gaudi::Property< int > m_lux
This class is used for returning status codes from appropriate routines. 
Gaudi::Property< bool > m_setSingleton
BaseEngine(const std::string &name, ISvcLocator *loc)
Gaudi::Property< std::vector< long > > m_seeds
StatusCode seeds(std::vector< long > &seed) const  override
Retrieve seeds. 
std::unique_ptr< CLHEP::HepRandomEngine > createEngine() override
Create new HepEngine.... 
StatusCode setSeeds(const std::vector< long > &seed) override
Set seeds. 
StatusCode initialize() override
Initialize the Engine.