LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Defines an interface for random seed assignment policies. More...
#include <vector>
#include <string>
#include <bitset>
#include <sstream>
#include <ostream>
#include <memory>
#include <random>
#include <chrono>
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "fhiclcpp/ParameterSet.h"
#include "canvas/Utilities/Exception.h"
#include "nurandom/RandomUtils/Providers/EngineId.h"
#include "nurandom/RandomUtils/Providers/EventSeedInputData.h"
Go to the source code of this file.
Classes | |
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::AutoIncrementPolicy< SEED > |
Implementation of the "autoIncrement" policy. More... | |
class | rndm::details::LinearMappingPolicy< SEED > |
Implementation of the "linearMapping" policy. More... | |
class | rndm::details::PerInstancePolicy< SEED > |
Base class for policies reacting at engine instance level. More... | |
class | rndm::details::PredefinedSeedPolicy< SEED > |
Implementation of the "preDefinedSeed" policy. More... | |
class | rndm::details::PredefinedOffsetPolicy< SEED > |
Implementation of the "preDefinedOffset" policy. More... | |
class | rndm::details::RandomPolicy< SEED > |
Implementation of the "random" policy. More... | |
class | rndm::details::RandomPolicy< SEED >::RandomImpl |
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.
Definition in file BasePolicies.h.