2
public class Test { /** * Creates a new instance of <code>Test</code>. */ public Test() { } /** * @param args the command line arguments */ public static void main(String[] args) { while(true) System.out.println ((int)(Math.random()*100)); } }