An identifier for random engines. More...
#include <string>#include <ostream>Go to the source code of this file.
Classes | |
| struct | rndm::SeedMasterHelper::EngineId |
| Identifier for a engine, made of module name and optional instance name. More... | |
| struct | rndm::SeedMasterHelper::EngineId::Global_t |
| structure to identify a "global" flavour constructor More... | |
Namespaces | |
| rndm | |
| rndm::SeedMasterHelper | |
| Namespace for implementation details of SeedMaster. | |
Functions | |
| std::ostream & | rndm::SeedMasterHelper::operator<< (std::ostream &ost, const EngineId &id) |
An identifier for random engines.
An identifier may consist of simply a module label or a module label plus an instance name.
Definition in file EngineId.h.
1.8.11