Classes | Namespaces
StandardPolicies.h File Reference

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
 

Detailed Description

Implementation of some standard and historical 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.

Definition in file StandardPolicies.h.