Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
3221d5cf
Commit
3221d5cf
authored
May 27, 2016
by
Lynn Garren
Browse files
put the notes in the expected ChangeLogs
parent
06cf9d79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Random/ChangeLog
View file @
3221d5cf
2016-05-10 Gabriele Cosmo <Gabriele.Cosmo@cern.ch>
* mixmax.[h,cc]: changed default number of N in mixmax generator to 17
(was 256). Removed use of obsolete 'register' keyword.
* Provided new skipping coefficients for the new value of N and for the
case N=8.
* MixMaxRng.[h,cc]: use simple loop for flatArray(); engine built-in
function turns out to be extremely slow and unefficient.
Use seed_spbox() for seeding MixMax with single seed.
Avoid hard-coded constant for initialisation of VECTOR_STATE_SIZE in
MixMaxRng, to directly use actual value of "N" from mixmax generator.
Corrected check for counter range in method getState().
==============================
22.04.16 Release CLHEP-2.3.2.2
==============================
...
...
Units/ChangeLog
View file @
3221d5cf
...
...
@@ -5,16 +5,6 @@
constants from "static const" to "static constexpr".
Added symbols 'us' and 'ps' for microsecond and picosecond respectively;
updated Evaluator/src/setSystemOfUnits.cc accordingly.
* mixmax.[h,cc]: changed default number of N in mixmax generator to 17
(was 256). Removed use of obsolete 'register' keyword.
* Provided new skipping coefficients for the new value of N and for the
case N=8.
* MixMaxRng.[h,cc]: use simple loop for flatArray(); engine built-in
function turns out to be extremely slow and unefficient.
Use seed_spbox() for seeding MixMax with single seed.
Avoid hard-coded constant for initialisation of VECTOR_STATE_SIZE in
MixMaxRng, to directly use actual value of "N" from mixmax generator.
Corrected check for counter range in method getState().
2016-04-22 Lynn Garren <garren@fnal.gov>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment