CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ReMixingSeeds_cff.py
Go to the documentation of this file.
2 
3 
4 RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService",
5  mix = cms.PSet(initialSeed = cms.untracked.uint32(12345),
6  engineName = cms.untracked.string('HepJamesRandom')
7  ),
8  restoreStateLabel = cms.untracked.string("randomEngineStateProducer"),
9 )