IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 58f84165 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

initialize RNG

parent e8b6300d
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ using namespace corsika::geometry; ...@@ -26,6 +26,7 @@ using namespace corsika::geometry;
using namespace corsika::units::si; using namespace corsika::units::si;
TEST_CASE("CONEXSourceCut") { TEST_CASE("CONEXSourceCut") {
random::RNGManager::GetInstance().RegisterRandomStream("cascade");
// setup environment, geometry // setup environment, geometry
using EnvType = Environment<setup::IEnvironmentModel>; using EnvType = Environment<setup::IEnvironmentModel>;
EnvType env; EnvType env;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment