LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
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 "nurandom/RandomUtils/Providers/RandomSeedPolicyBase.h"
#include "nurandom/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.