From f09b61e1cd5f2f30a59e4a366341f193e98b94b9 Mon Sep 17 00:00:00 2001
From: ralfulrich <ralf.ulrich@kit.edu>
Date: Tue, 17 Nov 2020 11:56:57 +0100
Subject: [PATCH] adapted random number stream names everywhere

---
 corsika/detail/modules/pythia8/Random.inl | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 corsika/detail/modules/pythia8/Random.inl

diff --git a/corsika/detail/modules/pythia8/Random.inl b/corsika/detail/modules/pythia8/Random.inl
new file mode 100644
index 000000000..cfd19bb19
--- /dev/null
+++ b/corsika/detail/modules/pythia8/Random.inl
@@ -0,0 +1,19 @@
+/*
+ * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu
+ *
+ * See file AUTHORS for a list of contributors.
+ *
+ * This software is distributed under the terms of the GNU General Public
+ * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
+ * the license.
+ */
+
+#pragma once
+
+#include <corsika/modules/pythia8/Random.hpp>
+
+namespace corsika::pythia8 {
+
+  double Random::flat() { return fDist(fRNG); }
+
+} // namespace corsika::pythia8
-- 
GitLab