public final class ConstantIntegerDistribution extends IntegerDistribution
| Modifier and Type | Field and Description |
|---|---|
static ConstantIntegerDistribution |
NEGATIVE_ONE |
static ConstantIntegerDistribution |
ONE |
static ConstantIntegerDistribution |
ZERO |
| Constructor and Description |
|---|
ConstantIntegerDistribution(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
int |
nextInt() |
nextDouble, nextFloat, nextLongpublic static final ConstantIntegerDistribution NEGATIVE_ONE
public static final ConstantIntegerDistribution ZERO
public static final ConstantIntegerDistribution ONE
Copyright © 2017. All rights reserved.