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