Merge branch 'master' into 'master'
Functions added to GaudiUtils that allow generation of random numbers from integer and string input Add hash functions with good avalanche characteristiscs to GaudiUtils. - Header and implementation are QuasiRandom.{h,cpp} in GaudiUtils - Relevant functions have been added to GaudiPython dictionary for interactive use - Update RandomNumber test to include these functions - Update RandomNumber test reference See merge request !20
No related branches found
No related tags found
Showing
- GaudiExamples/src/RandomNumber/RandomNumberAlg.cpp 21 additions, 6 deletionsGaudiExamples/src/RandomNumber/RandomNumberAlg.cpp
- GaudiExamples/src/RandomNumber/RandomNumberAlg.h 7 additions, 4 deletionsGaudiExamples/src/RandomNumber/RandomNumberAlg.h
- GaudiExamples/tests/qmtest/refs/RandomNumber.ref 24 additions, 24 deletionsGaudiExamples/tests/qmtest/refs/RandomNumber.ref
- GaudiPython/dict/kernel.h 1 addition, 0 deletionsGaudiPython/dict/kernel.h
- GaudiPython/dict/selection_kernel.xml 5 additions, 0 deletionsGaudiPython/dict/selection_kernel.xml
- GaudiUtils/GaudiUtils/QuasiRandom.h 45 additions, 0 deletionsGaudiUtils/GaudiUtils/QuasiRandom.h
- GaudiUtils/src/Lib/QuasiRandom.cpp 49 additions, 0 deletionsGaudiUtils/src/Lib/QuasiRandom.cpp
GaudiUtils/GaudiUtils/QuasiRandom.h
0 → 100644
GaudiUtils/src/Lib/QuasiRandom.cpp
0 → 100644
Please register or sign in to comment