Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
atlas
athena
Merge requests
!22735
Merged
Created
Apr 16, 2019
by
Scott Snyder
@ssnyder
Developer
Options
CaloEvent: Remove references to std::random_shuffle.
Overview
3
Commits
1
Pipelines
1
Changes
1
std::random_shuffle is not in c++17. Replace with std::shuffle.