public class Random0 extends Object
| 构造器和说明 |
|---|
Random0() |
| 限定符和类型 | 方法和说明 |
|---|---|
static int |
nextAbsInt() |
static int |
nextInt() |
static int |
nextRangeInt(int max)
Return [0,max)
range代表的是一个可以测量的范围,在这个范围内包括一系列可变化的数量。
|
public static int nextInt()
public static int nextAbsInt()
public static int nextRangeInt(int max)
max - maxCopyright © 2011–2015 Azollas. All rights reserved.