Skip to content

Remove clearning of seed at initialization

When setting a seed in the options file like this:

from Configurables import HepRndm__Engine_CLHEP__RanluxEngine_ as RndmEngine
rndmengine = RndmEngine('RndmGenSvc.Engine')
rndmengine.SetSingleton = True
rndmengine.Seeds = [ 2345678 ] # default seed is 1234567

The Seed will be cleared every time on initialization, rendering the option useless and making it impossible? to set a custom seed. The issue has been discussed here: #165

Edited by Placido Fernandez Declara

Merge request reports