我需要随机洗牌下面的数组: int[] solutionArray = {1, 2, 3, 4, 5, 6, 6, 5, 4, 3, 2, 1}; 有什么function吗?
我有一个这样的数组: var arr1 = ["a", "b", "c", "d"]; 我怎样才能随机/洗牌呢?