cupy.random.shuffle

cupy.random.shuffle(a)[source]

Shuffles an array.

Parameters:a (cupy.ndarray) – The array to be shuffled.