View difference between Paste ID: 4dDx6FK2 and Maavuk4J
SHOW: | | - or go back to the newest paste.
1
Random random = new Random();
2-
	double x = Math.random();
2+
3-
	System.out.println(x);
3+
4-
}
4+
	System.out.println(random.nextDouble());
5
}