wektor shuffle c
std::shuffle(container.begin(), container.end(), std::random_device());
k-vernooy
std::shuffle(container.begin(), container.end(), std::random_device());
#include <algorithm>
std::random_shuffle(cards_.begin(), cards_.end());
#include <algorithm>
std::random_shuffle(cards_.begin(), cards_.end());