21 using extends::extends;
22 std::default_random_engine
getEngine(
unsigned long context )
const override {
23 return std::default_random_engine(
m_randomSeed + context );
#define DECLARE_COMPONENT_WITH_ID(type, id)
Gaudi::Property< unsigned long > m_randomSeed
std::default_random_engine getEngine(unsigned long context) const override
Implementation of property with value of concrete type.
Base class used to extend a class implementing other interfaces.