LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
RandomSeedPolicyBase.h File Reference

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 "nurandom/RandomUtils/Providers/EngineId.h"
#include "nurandom/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
 

Detailed Description

Defines an interface for random seed assignment policies.

Author
Gianluca Petrillo (petri.nosp@m.llo@.nosp@m.fnal..nosp@m.gov)
Date
20150211
See also
SeedMaster.h

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.