We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e413a3 commit 3d657efCopy full SHA for 3d657ef
Generators/src/GeneratorHepMC.cxx
@@ -307,6 +307,15 @@ Bool_t GeneratorHepMC::Init()
307
// line argument `-n NEVENTS` to set the number of events to
308
// produce.
309
//
310
+ // Perhaps we should consider a way to set a seed on the EG. It
311
+ // could be another configuration parameter. Of course, if the EG
312
+ // program accepts a seed option, say `-s SEED`, then one could
313
+ // simply pass
314
+ //
315
+ // -s \$RANDOM
316
317
+ // to as part of the command line in `progCmd`.
318
319
// All of this can conviniently be achieved via a wrapper script
320
// around the actual EG program.
321
if (not mProgCmd.empty()) {
0 commit comments