public abstract class AbstractDistributionRandom extends AbstractStringify implements FlDistribution.FlRandom
RandomNumberss.FlDistribution.FlRandom, FlDistribution.TemplateDistribution.RandomNumbers| Constructor and Description |
|---|
AbstractDistributionRandom(long seed) |
| Modifier and Type | Method and Description |
|---|---|
double |
nextValue()
Produces a random value
x, with 0 <= x < 1. |
protected abstract double |
nextValue(Random rnd) |
protected Random |
rnd()
The
Random that should be used for generating values. |
StringBuilder |
toString(StringBuilder sb) |
toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcopy, fluentDistribution, nextInt, nextInt, nextLong, nextLong, nextPositiveInt, nextPositiveLong, toRandomNumbers, values, valuesnextfluentData, generate, generate, get, toGeneratortoGenerators, toGeneratorstemplate, wrap, wrapgetValueTypepublic double nextValue()
x, with 0 <= x < 1.nextValue in interface Distribution.RandomNumbersprotected abstract double nextValue(Random rnd)
public StringBuilder toString(StringBuilder sb)
toString in interface StringifytoString in class AbstractStringifyCopyright © 2019. All rights reserved.