Hi, That's what I mean. If you want full reproductibility you can add the following line: === modified file 'madgraph/interface/common_run_interface.py' --- madgraph/interface/common_run_interface.py 2018-04-28 21:38:38 +0000 +++ madgraph/interface/common_run_interface.py 2018-05-07 18:58:48 +0000 @@ -5607,6 +5607,8 @@ """This is run on quitting the class. Apply here all the self-consistency rule that you want. Do the modification via the set command.""" + import random + random.seed(self.run_card['iseed']) ######################################################################## # LO specific check ######################################################################## You can actually set such random see basically anywhere (especially if you always set it to zero which is fine as well). In that case, you can set it to zero within ./bin/mg5_aMC Cheers, Olivier > On 7 May 2018, at 20:40, Zachary Marshall