public class Test { public static void main(String[] args) { double random = Math.random(); System.out.println(random); } }
0.8981455972172399