IAP GITLAB

Skip to content
Snippets Groups Projects

Updates to RNGManager interface and RNG names

Merged Remy Prechelt requested to merge rprechelt-random-interface into master
Files
18
@@ -114,7 +114,7 @@ int main() {
@@ -114,7 +114,7 @@ int main() {
// setup processes, decays and interactions
// setup processes, decays and interactions
tracking_line::TrackingLine tracking;
tracking_line::TrackingLine tracking;
random::RNGManager::GetInstance().RegisterRandomStream("s_rndm");
random::RNGManager::GetInstance().RegisterRandomStream("sibyll");
process::sibyll::Interaction sibyll;
process::sibyll::Interaction sibyll;
process::sibyll::Decay decay;
process::sibyll::Decay decay;
Loading