|
CORSIKA8
0.0.0
The framework to simulate particle cascades for astroparticle physics
|
This file is an integral part of the epos interface. More...
#include <corsika/framework/random/RNGManager.hpp>#include <random>

Go to the source code of this file.
Functions | |
| float | conex::rndm_interface () |
| epos::rndm_interface More... | |
| double | conex::double_rndm_interface () |
| epos::double_rndm_interface More... | |
This file is an integral part of the epos interface.
It must be linked to the executable linked to epos exactly once
Definition in file Random.hpp.
| double conex::double_rndm_interface | ( | ) |
epos::double_rndm_interface
this is the random number hook to external packages.
CORSIKA8, for example, has to provide an implementation of this.
Definition at line 31 of file Random.hpp.
| float conex::rndm_interface | ( | ) |
epos::rndm_interface
this is the random number hook to external packages.
CORSIKA8, for example, has to provide an implementation of this.
Definition at line 24 of file Random.hpp.