LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
SeedMaster.h File Reference

A class to assist in the distribution of guaranteed unique seeds. More...

#include <vector>
#include <string>
#include <map>
#include <memory>
#include <utility>
#include "fhiclcpp/ParameterSet.h"
#include "canvas/Utilities/Exception.h"
#include "nurandom/RandomUtils/Providers/PolicyFactory.h"
#include "nurandom/RandomUtils/Providers/PolicyNames.h"
#include "nurandom/RandomUtils/Providers/MapKeyIterator.h"
#include "nurandom/RandomUtils/Providers/EngineId.h"
#include "nurandom/RandomUtils/Providers/Policies.h"
#include "nurandom/RandomUtils/Providers/EventSeedInputData.h"
#include <ostream>
#include <iomanip>
#include <algorithm>
#include <iterator>
#include "messagefacility/MessageLogger/MessageLogger.h"

Go to the source code of this file.

Classes

class  rndm::SeedMaster< SEED >
 A class to assist in the distribution of guaranteed unique seeds to all engine IDs. More...
 
struct  rndm::SeedMaster< SEED >::EngineInfo_t
 Information for each engine. More...
 

Namespaces

 rndm
 

Detailed Description

A class to assist in the distribution of guaranteed unique seeds.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
20141111
See also
NuRandomService.h SeedMaster.cc

Definition in file SeedMaster.h.