// java.util.Random methods are non-static, do need to construct Math //+ Random r = new Random(); for (int i=0; i<10; i++) System.out.println("A gaussian random double is " + r.nextGaussian()); //-