protected static class UniformDistribution.UDRandom extends AbstractDistributionRandom
FlDistribution.FlRandom, FlDistribution.TemplateDistribution.RandomNumbers| Constructor and Description |
|---|
UDRandom(long seed) |
| Modifier and Type | Method and Description |
|---|---|
int |
nextInt()
Returns a random integer.
|
int |
nextInt(int n)
Returns a random integer,
0 <= i < n |
long |
nextLong() |
long |
nextLong(long n) |
int |
nextPositiveInt()
Returns a random positive integer.
|
long |
nextPositiveLong() |
protected double |
nextValue(Random rnd) |
StringBuilder |
toString(StringBuilder sb) |
nextValue, rndtoStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, fluentDistribution, toRandomNumbers, values, valuesnextfluentData, generate, generate, get, toGeneratortoGenerators, toGeneratorstemplate, wrap, wrapgetValueTypeprotected double nextValue(Random rnd)
nextValue in class AbstractDistributionRandompublic int nextInt()
FlDistribution.FlRandompublic int nextPositiveInt()
FlDistribution.FlRandompublic int nextInt(int n)
FlDistribution.FlRandom0 <= i < npublic long nextLong()
public long nextPositiveLong()
public long nextLong(long n)
public StringBuilder toString(StringBuilder sb)
toString in interface StringifytoString in class AbstractDistributionRandomCopyright © 2019. All rights reserved.