(1) 编写一个方法,使用以上算法生成指定数目(比如1000个)的随机整数. 源程序: //随机数的产生 //zhanxinwu,October,15,2016 public class Recur { private static final int N = 10; private static final int LEFT = 40; private static final int RIGHT = 100; private static long x0 = 1L; private long