CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_5_2_9/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 )