@FunctionalInterface public static interface FlDistribution.Template extends FlDistribution
FlDistribution.FlRandom, FlDistribution.TemplateDistribution.RandomNumbers| Modifier and Type | Method and Description |
|---|---|
default FlDistribution.Template |
fluentDistribution()
Deprecated.
|
FlDistribution.FlRandom |
toRandomNumbers(long seedHint)
If this is a random number generator, returns itself;
otherwise returns a new random number generator.
|
default FlTemplate<Double> |
values(long seed)
Converts this distribution into a data source.
|
template, wrap, wrapgetValueTypeFlDistribution.FlRandom toRandomNumbers(long seedHint)
DistributiontoRandomNumbers in interface DistributiontoRandomNumbers in interface FlDistributionseedHint - generators created with the same seed should produce the same valuesdefault FlTemplate<Double> values(long seed)
Distributionvalues in interface Distributionvalues in interface FlDistributionseed - generators created with the same seed should produce the same values@Deprecated default FlDistribution.Template fluentDistribution()
DistributionfluentDistribution in interface DistributionfluentDistribution in interface FlDistributionCopyright © 2019. All rights reserved.