IAP GITLAB

Skip to content
Snippets Groups Projects
urqmd.cpp 414 B
Newer Older
 * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu
 *
 * 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.
 */

ralfulrich's avatar
ralfulrich committed
#include <urqmd.hpp>

Maximilian Reininghaus's avatar
Maximilian Reininghaus committed
#include <rng_impl.hpp>

IMPLEMENT_RNG(urqmd)
ralfulrich's avatar
.
ralfulrich committed

Maximilian Reininghaus's avatar
Maximilian Reininghaus committed
namespace urqmd {
  extern "C" double ranf_(int&) { return draw_std_rnd(); }
} // namespace urqmd