JeffersonLab / JANA2

Multi-threaded HENP Event Reconstruction
https://jeffersonlab.github.io/JANA2/
Other
6 stars 9 forks source link

Fix #315: JTest uses a flawed RNG setup #347

Closed RaiqaRasool closed 4 days ago

RaiqaRasool commented 3 weeks ago

Summary: This PR addresses issue #315 by replacing JPerfUtils with JBenchUtils, transitioning from standalone functions to a class-based format. The seed for the RNG is now set inside the JBenchUtils constructor using the event number and caller name passed to the constructor.

Changes:

Benefits:

Related Issue:

Testing: