CORSIKA  @c8_version@
The framework to simulate particle cascades for astroparticle physics
Random.hpp
1 /*
2  * (c) Copyright 2021 CORSIKA Project, corsika-project@lists.kit.edu
3  *
4  * This software is distributed under the terms of the GNU General Public
5  * Licence version 3 (GPL Version 3). See file LICENSE for a full version of
6  * the license.
7  */
8 
9 #pragma once
10 
11 /*
12  NOTE, WARNING, ATTENTION
13 
14  The .../Random.hpp implement the hooks of external modules to the C8 random
15  number generator. It has to occur excatly ONCE per linked
16  executable. If you include the header below multiple times and
17  link this togehter, it will fail.
18  */
22 #include <corsika/modules/urqmd/Random.hpp>
23 #include <corsika/modules/qgsjetII/Random.hpp>
25 #include <corsika/modules/fluka/Random.hpp>
This file is an integral part of the epos interface.
This file is an integral part of the sophia interface.
This file is an integral part of the epos interface.
This file is an integral part of the sibyll interface.