public class StatsUtils
extends java.lang.Object
| 构造器和说明 |
|---|
StatsUtils() |
| 限定符和类型 | 方法和说明 |
|---|---|
static java.util.Set<java.lang.Integer> |
drawSample(int size,
int maximum)
Draws a set if size size of sample number from 0 to maximum, following an even distribution.
|
public static java.util.Set<java.lang.Integer> drawSample(int size,
int maximum)
size - the size of the sample setmaximum - the maximum number