Skip to content
Snippets Groups Projects
  1. Apr 20, 2021
  2. Apr 19, 2021
  3. Apr 18, 2021
  4. Apr 16, 2021
  5. Apr 15, 2021
  6. Apr 08, 2021
  7. Apr 07, 2021
  8. Apr 06, 2021
  9. Apr 01, 2021
  10. Mar 31, 2021
    • Administrator's avatar
      Apply clang-format · c43cb3b3
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      c43cb3b3
    • Administrator's avatar
      Set random seed when running a simulation · ff6717fe
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Up to now the ROOT random number generator was always initialised with the
      same default value. In some cases this gives strange results when doing
      large scale simulations with several jobs.
      To solve the problem TRandom is now initialised with the value 0 which uses a
      seed value based on the system time with a granularity of 100ns.
      This granularity should be good enough to have different seed values even if
      several jobs start a similar times on the batch farm.
      A setter was added to allow to set the seed value explicitly from a macro,
      refs #1395, #2066
      ff6717fe
Loading