Classes | Namespaces | Macros
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 "nutools/RandomUtils/Providers/MapKeyIterator.h"
#include "nutools/RandomUtils/Providers/EngineId.h"
#include "nutools/RandomUtils/Providers/Policies.h"
#include "nutools/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
 

Macros

#define SEED_SERVICE_POLICIES
 
#define SEED_SERVICE_POLICY(x)   x,
 
#define SEED_SERVICE_POLICY(x)   #x,
 

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.

Macro Definition Documentation

#define SEED_SERVICE_POLICIES
Value:
SEED_SERVICE_POLICY(autoIncrement) \
SEED_SERVICE_POLICY(linearMapping) \
SEED_SERVICE_POLICY(preDefinedOffset) \
SEED_SERVICE_POLICY(preDefinedSeed) \
#define SEED_SERVICE_POLICY(x)
Definition: SeedMaster.h:261

Definition at line 33 of file SeedMaster.h.

#define SEED_SERVICE_POLICY (   x)    x,

Definition at line 261 of file SeedMaster.h.

#define SEED_SERVICE_POLICY (   x)    #x,

Definition at line 261 of file SeedMaster.h.