Skip to content

CaloEvent: Remove references to std::random_shuffle.

std::random_shuffle is not in c++17. Replace with std::shuffle.

Merge request reports