Skip to content

CaloTPCnv: Remove use of std::random_shuffle.

std::random_shuffle is not in c++17. Change to std::shuffle.

Merge request reports