Lines Matching refs:nextInt
61 b = (byte) rand.nextInt();
62 c = (char) rand.nextInt();
63 s = (short) rand.nextInt();
64 i = rand.nextInt();
81 bary[i] = (byte) rand.nextInt();
82 cary[i] = (char) rand.nextInt();
83 sary[i] = (short) rand.nextInt();
84 iary[i] = rand.nextInt();
88 oary[i] = new Integer(rand.nextInt());
93 strChars[i] = (char) rand.nextInt();