cupy.random.shuffle#

cupy.random.shuffle(a)[source]#

打乱数组的顺序。

参数:

a (cupy.ndarray) – 要被打乱顺序的数组。

另请参阅

numpy.random.shuffle()