Defines an interface for random seed assignment policies. More...
#include <vector>#include <array>#include <string>#include <bitset>#include <algorithm>#include <sstream>#include <ostream>#include "messagefacility/MessageLogger/MessageLogger.h"#include "fhiclcpp/ParameterSet.h"#include "canvas/Utilities/Exception.h"#include "nutools/RandomUtils/Providers/EngineId.h"#include "nutools/RandomUtils/Providers/EventSeedInputData.h"Go to the source code of this file.
Classes | |
| class | rndm::details::ValidSeed< SEED > |
| Class storing a seed in the valid range. More... | |
| class | rndm::details::RandomSeedPolicyBase< SEED > |
| Interface for a policy implementation. More... | |
| class | rndm::details::RangeCheckHelper< SEED > |
| Helper class to support range checking. More... | |
| class | rndm::details::CheckedRangePolicy< SEED > |
| Range-checked policy (abstract) More... | |
| class | rndm::details::PerInstancePolicy< SEED > |
| Base class for policies reacting at engine instance level. More... | |
Namespaces | |
| rndm | |
| rndm::details | |
Defines an interface for random seed assignment policies.
No code in this files is directly serviceable. Documentation is up to date though.
Also a few additional feature extensions are implemented here.
Definition in file RandomSeedPolicyBase.h.
1.8.11