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
14
@@ -118,7 +118,7 @@ int main() {
// setup processes, decays and interactions
tracking_line::TrackingLine tracking;
random::RNGManager::GetInstance().RegisterRandomStream("s_rndm");
random::RNGManager::GetInstance().RegisterRandomStream("sibyll");
process::sibyll::Interaction sibyll;
process::sibyll::Decay decay;
Loading