Classes | Functions
rndm::SeedMasterHelper Namespace Reference

Namespace for implementation details of SeedMaster. More...

Classes

struct  EngineId
 Identifier for a engine, made of module name and optional instance name. More...
 

Functions

std::ostream & operator<< (std::ostream &ost, const EngineId &id)
 

Detailed Description

Namespace for implementation details of SeedMaster.

Function Documentation

std::ostream& rndm::SeedMasterHelper::operator<< ( std::ostream &  ost,
const EngineId id 
)
inline

Definition at line 90 of file EngineId.h.

91  { return ost << std::string(id); }
std::string string
Definition: nybbler.cc:12