I have an array which shape is (100,784), float type.
And I want to change the index of columns randomly.
Many have suggested the random function, but I want to change the index of the row without changing the index of the column at all. Please help. thank you.