import java.util.Random; public final class SelectionTest { private static final Random RNG = new Random (Long.getLong ("seed", System.nanoTime())); public static double timeTrialsSelection (final int t, int n) { double total = 0.0; int[] a = new int [n]; for (int i=0; i