Understand numpy.random.permutation(): Randomly permute a sequence – Numpy Tutorial

numpy.random.permutation() can return a sequence randomly, which is very helpful in random two or more sequences. In this tutorial, we will introduce how to use this function correctly.