public final class ConstantLongDistribution extends LongDistribution
| Modifier and Type | Field and Description |
|---|---|
static ConstantLongDistribution |
NEGATIVE_ONE |
static ConstantLongDistribution |
ONE |
static ConstantLongDistribution |
ZERO |
| Constructor and Description |
|---|
ConstantLongDistribution(long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
long |
nextLong() |
nextDouble, nextFloat, nextIntpublic static final ConstantLongDistribution NEGATIVE_ONE
public static final ConstantLongDistribution ZERO
public static final ConstantLongDistribution ONE
Copyright © 2018. All rights reserved.