The implementation for 229: * java.util.Random is: 230: * 231: <pre>public int nextInt() 232: { 233: return next(32); 234: }</pre> 235: * 236: * @return the ...
確定! 回上一頁