static void randomTest(Args _args){ Random myRand = new Random(); int i; ; for(i=0;i<=3;i++) { info(strfmt("%1",myRand.nextInt())); }}