List of usage examples for java.lang StrictMath random
public static double random()
From source file:Main.java
public static void main(String[] args) { System.out.println(StrictMath.random()); System.out.println(StrictMath.random()); System.out.println(StrictMath.random()); }