Random random = new Random(); random.nextInt(2000); //диапазон от 0 до 2000random.nextInt(1000,2000); //диапазон от 1000 до 2000