From 2a4a7fa06692c5dd3a0b963edb2d7c16dad26070 Mon Sep 17 00:00:00 2001
From: Johannes Schumann <johannes.schumann@fau.de>
Date: Wed, 29 Sep 2021 14:38:18 +0200
Subject: [PATCH] Add information for default (seed 0)

---
 km3buu/jobcard.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/km3buu/jobcard.py b/km3buu/jobcard.py
index 80942ab..a03f217 100644
--- a/km3buu/jobcard.py
+++ b/km3buu/jobcard.py
@@ -132,7 +132,8 @@ def generate_neutrino_jobcard(events,
     fluxfile: str (default: None)
         Fluxfile, 1st col energy [GeV] and 2nd col flux [A.U.]
     seed: int (default: 0)
-        Input seed for the random number generator in GiBUU
+        Input seed for the random number generator in GiBUU 
+        (0: some seed will be drawn based on system time)
     input_path: str
         The input path pointing to the GiBUU lookup data which should be used
     """
-- 
GitLab