public static int[] RandomizeArray(int[] array){ Random rgen = new Random(); // Random number generator for (int i=0; i