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
5c2f70be
Commit
5c2f70be
authored
Mar 25, 2016
by
Lynn Garren
Browse files
document the changes
parent
92331fe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Random/ChangeLog
View file @
5c2f70be
2016-03-25 W. David Dagenhart <wdd@fnal.gov>
* src/MixMaxRng.cc: The uncorrected code might not always yield independent seeds.
If two threads execute numberOfEngines++ and after both finish that both
execute setSeed, then they will have the same seed. Fixed.
* src/Random.cc: There is a thread local variable of the type "defaults"
that contains two shared_ptr's in Random.cc. This causes an intermittent
problem on OSX. The complex objects containing the shared_ptr's have been
moved into a list of objects and the now the thread_local only contains a
simple pointer now that points into the list.
Use the new Utility/use_atomic.h header.
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
...
...
Utility/ChangeLog
View file @
5c2f70be
2016-03-25 W. David Dagenhart <wdd@fnal.gov>
* Utility/use_atomic.h: Use std::atomic when the compiler declares it
uses the C++11 standard
==============================
10.11.15 Release CLHEP-2.3.1.1
==============================
...
...
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