diff --git a/examples/boundary_example.cpp b/examples/boundary_example.cpp
index b9037bf019255e7d4232f3cbb4c256811a30766d..895b5214e55c4eeb2f40cc25df854172d580af16 100644
--- a/examples/boundary_example.cpp
+++ b/examples/boundary_example.cpp
@@ -29,16 +29,6 @@
 #include <corsika/modules/TrackWriter.hpp>
 #include <corsika/modules/ParticleCut.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The file Random.hpp implements the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 #include <iostream>
 #include <limits>
 #include <typeinfo>
diff --git a/examples/cascade_example.cpp b/examples/cascade_example.cpp
index e373a9d974754fe99e9fdff49b23797cfff8b40e..351809bf7d1e1e9adae35f3172159931e4f2cf1d 100644
--- a/examples/cascade_example.cpp
+++ b/examples/cascade_example.cpp
@@ -36,16 +36,6 @@
 #include <corsika/modules/ParticleCut.hpp>
 #include <corsika/modules/TrackWriter.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The .../Random.hpp implement the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 #include <iostream>
 #include <limits>
 
diff --git a/examples/cascade_proton_example.cpp b/examples/cascade_proton_example.cpp
index 558893f319398e2df4ba5565f45b888dacd6828b..68c7c72cd2ebe7ce7948a840d3ef94e088dc352b 100644
--- a/examples/cascade_proton_example.cpp
+++ b/examples/cascade_proton_example.cpp
@@ -39,16 +39,6 @@
 #include <corsika/modules/Pythia8.hpp>
 #include <corsika/modules/Sibyll.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The file Random.hpp implements the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 #include <iostream>
 #include <limits>
 #include <typeinfo>
diff --git a/examples/clover_leaf.cpp b/examples/clover_leaf.cpp
index 50eb897c21aa171a51772bc38ab3f92d9279872c..f1044b9b3120c7f55771cc7c6567c2f5ca718214 100644
--- a/examples/clover_leaf.cpp
+++ b/examples/clover_leaf.cpp
@@ -44,17 +44,6 @@
 #include <corsika/modules/TimeCut.hpp>
 // #include <corsika/modules/TrackWriter.hpp>
 
-/*
- NOTE, WARNING, ATTENTION
-
- The .../Random.hpppp implement the hooks of external modules to the C8 random
- number generator. It has to occur excatly ONCE per linked
- executable. If you include the header below multiple times and
- link this together, it will fail.
-*/
-#include <corsika/modules/sibyll/Random.hpp>
-#include <corsika/modules/urqmd/Random.hpp>
-
 #include <iomanip>
 #include <iostream>
 #include <limits>
@@ -224,4 +213,4 @@ int main() {
   CORSIKA_LOG_INFO("gamma: {}", gammaP);
 
   output.endOfLibrary();
-}
\ No newline at end of file
+}
diff --git a/examples/corsika.cpp b/examples/corsika.cpp
index 1a0aee5d010cd8712a42dfc741282ba88c7a8eb5..dd780bc508f374bb1c8adceaa719e0908ba2c39f 100644
--- a/examples/corsika.cpp
+++ b/examples/corsika.cpp
@@ -86,16 +86,6 @@
 #include <limits>
 #include <string>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The .../Random.hpppp implement the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
diff --git a/examples/em_shower.cpp b/examples/em_shower.cpp
index 0d7daaf24554b43480014ebc68a7db46101cbf96..cd06faa12129d2ec2a9036519200624eaf55af00 100644
--- a/examples/em_shower.cpp
+++ b/examples/em_shower.cpp
@@ -51,16 +51,6 @@
 #include <string>
 #include <typeinfo>
 
-/*
- NOTE, WARNING, ATTENTION
-
- The .../Random.hpppp implement the hooks of external modules to the C8 random
- number generator. It has to occur exactly ONCE per linked
- executable. If you include the header below multiple times and
- link this together, it will fail.
-*/
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
diff --git a/examples/hybrid_MC.cpp b/examples/hybrid_MC.cpp
index bd5fa6dd7def4bd8ff8fdc4c463c474b05f162fa..cd819bdf13d28eb797a878663fab6b65322f820d 100644
--- a/examples/hybrid_MC.cpp
+++ b/examples/hybrid_MC.cpp
@@ -60,16 +60,6 @@
 #include <limits>
 #include <string>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The file Random.hpp implements the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
diff --git a/examples/mars.cpp b/examples/mars.cpp
index 1a2b3a8398f7ca60ede6a8ba74332269d9251209..6a57b6ec33e10602310cc1ded82fafd6fc574b45 100644
--- a/examples/mars.cpp
+++ b/examples/mars.cpp
@@ -69,16 +69,6 @@
 #include <limits>
 #include <string>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The .../Random.hpp implement the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
diff --git a/examples/particle_list_example.cpp b/examples/particle_list_example.cpp
index 36020bc1d6ac4fc9f9a10e2496441c15312585e2..2c9016f520f0c383d2fa4e0747fcfae5933dd529 100644
--- a/examples/particle_list_example.cpp
+++ b/examples/particle_list_example.cpp
@@ -11,16 +11,6 @@
 #include <corsika/modules/Sibyll.hpp>
 #include <corsika/framework/core/PhysicalUnits.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The file Random.hpp implements the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this togehter, it will fail.
- */
-#include <corsika/modules/Random.hpp>
-
 #include <iomanip>
 #include <string>
 
diff --git a/examples/radio_em_shower.cpp b/examples/radio_em_shower.cpp
index 084b7fd70d5ac5dc19fc6ea0b133a71292f29da8..c574755f71385762fea6f1ed0e74ae077f7a6d60 100644
--- a/examples/radio_em_shower.cpp
+++ b/examples/radio_em_shower.cpp
@@ -61,16 +61,6 @@
 #include <string>
 #include <typeinfo>
 
-/*
- NOTE, WARNING, ATTENTION
-
- The .../Random.hpppp implement the hooks of external modules to the C8 random
- number generator. It has to occur exactly ONCE per linked
- executable. If you include the header below multiple times and
- link this together, it will fail.
-*/
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
@@ -305,4 +295,4 @@ int main(int argc, char** argv) {
       Efinal / 1_GeV, (Efinal / E0 - 1) * 100);
 
   output.endOfLibrary();
-}
\ No newline at end of file
+}
diff --git a/examples/synchrotron_test_C8tracking.cpp b/examples/synchrotron_test_C8tracking.cpp
index 30128e568e55680bb3b951f7e35ee0fc79c21777..81d2e56e532285fc92bc4b489206ef36aaf2c57a 100644
--- a/examples/synchrotron_test_C8tracking.cpp
+++ b/examples/synchrotron_test_C8tracking.cpp
@@ -37,17 +37,6 @@
 
 #include <corsika/modules/TimeCut.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The .../Random.hpppp implement the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this together, it will fail.
- */
-#include <corsika/modules/sibyll/Random.hpp>
-#include <corsika/modules/urqmd/Random.hpp>
-
 #include <iomanip>
 #include <iostream>
 #include <limits>
@@ -169,4 +158,4 @@ int main() {
   CORSIKA_LOG_INFO("gamma: {}", gamma);
 
   output.endOfLibrary();
-}
\ No newline at end of file
+}
diff --git a/examples/synchrotron_test_manual_tracking.cpp b/examples/synchrotron_test_manual_tracking.cpp
index 32f46ea97d8c5984a75868fd588ced4d381b3463..d3b62ac2518b596c5d77b34b57362ff02d732a2d 100644
--- a/examples/synchrotron_test_manual_tracking.cpp
+++ b/examples/synchrotron_test_manual_tracking.cpp
@@ -31,17 +31,6 @@
 #include <corsika/modules/radio/detectors/AntennaCollection.hpp>
 #include <corsika/modules/radio/propagators/DummyTestPropagator.hpp>
 
-/*
-  NOTE, WARNING, ATTENTION
-
-  The .../Random.hpppp implement the hooks of external modules to the C8 random
-  number generator. It has to occur excatly ONCE per linked
-  executable. If you include the header below multiple times and
-  link this together, it will fail.
- */
-#include <corsika/modules/sibyll/Random.hpp>
-#include <corsika/modules/urqmd/Random.hpp>
-
 #include <iomanip>
 #include <iostream>
 #include <limits>
@@ -175,4 +164,4 @@ int main() {
   // trigger the manager to write the data to disk
   outputs.endOfShower();
   outputs.endOfLibrary();
-}
\ No newline at end of file
+}
diff --git a/examples/vertical_EAS.cpp b/examples/vertical_EAS.cpp
index 856ed375054d03474ea4193190951f543023a8c8..4a64fc19b702c9776f767187b2bcb0003db877e7 100644
--- a/examples/vertical_EAS.cpp
+++ b/examples/vertical_EAS.cpp
@@ -65,16 +65,6 @@
 #include <limits>
 #include <string>
 
-/*
- NOTE, WARNING, ATTENTION
-
- The .../Random.hpppp implement the hooks of external modules to the C8 random
- number generator. It has to occur exactly ONCE per linked
- executable. If you include the header below multiple times and
- link this together, it will fail.
-*/
-#include <corsika/modules/Random.hpp>
-
 using namespace corsika;
 using namespace std;
 
diff --git a/examples/water.cpp b/examples/water.cpp
index 182124d10d1f81fd3ecfbd0a5e605266eb7f128c..577ce4ad8453d8dcba43370902a40bfed1cfe289 100644
--- a/examples/water.cpp
+++ b/examples/water.cpp
@@ -30,7 +30,6 @@
 #include <corsika/modules/PROPOSAL.hpp>
 #include <corsika/modules/ParticleCut.hpp>
 #include <corsika/modules/Pythia8.hpp>
-#include <corsika/modules/Random.hpp>
 #include <corsika/modules/Sibyll.hpp>
 #include <corsika/modules/Sophia.hpp>
 #include <corsika/modules/UrQMD.hpp>