@FunctionalInterface public static interface Distribution.RandomNumbers extends Distribution, Generator<Double>
Distribution.
The values generated are random doubles between 0 and 1.
Distribution.RandomNumbers| Modifier and Type | Method and Description |
|---|---|
default Distribution.RandomNumbers |
copy()
Optional operation.
|
default FlDistribution.FlRandom |
fluentDistribution()
Provides access to the fluent random interface.
|
default Double |
next()
Alias for
nextValue(). |
double |
nextValue()
Produces a random value
x, with 0 <= x < 1. |
default Distribution.RandomNumbers |
toRandomNumbers(long seedHint)
Deprecated.
Redundant operation
|
default Generator<Double> |
values(long seed)
Deprecated.
Redundant operation
|
getValueTypefluentData, generate, generate, get, toGeneratortoGenerators, toGeneratorsdouble nextValue()
x, with 0 <= x < 1.default Distribution.RandomNumbers copy()
UnsupportedOperationException@Deprecated default Distribution.RandomNumbers toRandomNumbers(long seedHint)
toRandomNumbers in interface DistributionseedHint - @Deprecated default Generator<Double> values(long seed)
values in interface Distributionseed - default FlDistribution.FlRandom fluentDistribution()
fluentDistribution in interface Distributiondefault Double next()
nextValue().Copyright © 2019. All rights reserved.