diff --git a/PWGJE/Tasks/phiInJets.cxx b/PWGJE/Tasks/phiInJets.cxx index b0b2335e7f4..8cf2c05885b 100644 --- a/PWGJE/Tasks/phiInJets.cxx +++ b/PWGJE/Tasks/phiInJets.cxx @@ -1352,7 +1352,7 @@ struct phiInJets { std::cout << "******************************************" << std::endl; } JEhistos.fill(HIST("Resp_Matrix_MATCHED"), lResonance.Pt(), jetpt_mcd, mothers1Pt[0], jetpt_mcp); - unsigned int seed = 1992; + unsigned int seed = 1992; int dice = rand_r(&seed) % 2; if (dice > 0) JEhistos.fill(HIST("Resp_Matrix_MATCHED_rand0"), lResonance.Pt(), jetpt_mcd, mothers1Pt[0], jetpt_mcp);