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, |
A class to assist in the distribution of guaranteed unique seeds.
Definition in file SeedMaster.h.
#define SEED_SERVICE_POLICIES |
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.