import java.util.Random; public class NewMain { /** * @param args the command line arguments */ public static void main(String[] args) { Random r=new Random();//random sınıfı int a=r.nextInt(1000); System.out.println(a);