Aachen-3A / PxlAnalyzer

The PxlAnalyzer serves as the framework to run dedicated Analysis on pxlio files created by the PxlSkimmer
1 stars 0 forks source link

get a good random seed for syst #17

Open tobias-pook opened 9 years ago

tobias-pook commented 9 years ago

From @padeken on April 23, 2015 12:8

as we discussed phillip

Copied from original issue: Aachen-3A/PxlAnalyzer#13

tobias-pook commented 8 years ago

Hello Phillip, can you add the enhancement or explain what sould be done, so others can solve the issue ?

pmillet commented 8 years ago

the idea is to assign a fixed random number generator seed to and event / object to ensure that running over the same event twice produces the same result

things I currently am not sure about:

tobias-pook commented 8 years ago

I recently read about possible caveats if non random seeds are used, see: http://www.pcg-random.org/posts/cpp-seeding-surprises.html