Random shuffle rows and columns but retain names for columns and rows in C++
I am trying to shuffle rows and columns in C++ 11, where the aim is to retain the rows and column names. I am able to generate the shuffled matrix, but the names are not retained.