Implementation of some standard and historical random seed assignment policies. More...
#include <string>#include <ostream>#include "messagefacility/MessageLogger/MessageLogger.h"#include "fhiclcpp/ParameterSet.h"#include "nutools/RandomUtils/Providers/RandomSeedPolicyBase.h"#include "nutools/RandomUtils/Providers/EngineId.h"Go to the source code of this file.
Classes | |
| class | rndm::details::AutoIncrementPolicy< SEED > |
| Implementation of the "autoIncrement" policy. More... | |
| class | rndm::details::LinearMappingPolicy< SEED > |
| Implementation of the "linearMapping" policy. More... | |
| class | rndm::details::PredefinedSeedPolicy< SEED > |
| Implementation of the "preDefinedSeed" policy. More... | |
| class | rndm::details::PredefinedOffsetPolicy< SEED > |
| Implementation of the "preDefinedOffset" policy. More... | |
Namespaces | |
| rndm | |
| rndm::details | |
Implementation of some standard and historical random seed assignment policies.
No code in this files is directly serviceable. Documentation is up to date though.
Definition in file StandardPolicies.h.
1.8.11