pool.awaitTermination(1000, TimeUnit.SECONDS);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
timer.end();
timer.printSeconds("generating random numbers in parallel");
timer.begin();
for (int i = 0; i < 10000; i++) {
// rng.nextPermutation(2869, 330);
for (int j = 0; j < 100000; j++) {