CMS 3D CMS Logo

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/Configuration/StandardSequences/python/ReMixingSeeds_cff.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 
00004 RandomNumberGeneratorService = cms.Service("RandomNumberGeneratorService",
00005         mix = cms.PSet(initialSeed = cms.untracked.uint32(12345),
00006                        engineName = cms.untracked.string('HepJamesRandom')
00007         ),
00008         restoreStateLabel = cms.untracked.string("randomEngineStateProducer"),
00009 )