Skip to content
GitLab
Explore
Sign in
CaloTPCnv: Remove use of std::random_shuffle.
Code
Review changes
Check out branch
Download
Patches
Plain diff
Scott Snyder
requested to merge
ssnyder/athena:randomShuffle.CaloTPCnv-20190416
into
master
Apr 16, 2019
Overview
4
Commits
1
Pipelines
1
Changes
4
Expand
std::random_shuffle is not in c++17. Change to std::shuffle.
Merge request reports