CORSIKA8  0.0.0
The framework to simulate particle cascades for astroparticle physics
Random.hpp File Reference

This file is an integral part of the epos interface. More...

#include <corsika/framework/random/RNGManager.hpp>
#include <random>
Include dependency graph for Random.hpp:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.

Function Documentation

◆ double_rndm_interface()

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.

◆ rndm_interface()

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.