Random Generator Seed
Compare changes
- Johannes Schumann authored
+ 23
− 1
@@ -12,8 +12,11 @@ __status__ = "Development"
@@ -127,3 +130,22 @@ class TestNeutrinoSingleEnergyJobcard(unittest.TestCase):
The random generator seed is set via the Jobcard option /initRandom/seed
. In order to provide a convenient way to add this to the jobcard the argument seed
was added to the generate_neutrino_jobcard
function.