public interface FlDistribution extends Distribution
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FlDistribution.FlRandom |
static interface |
FlDistribution.Template |
Distribution.RandomNumbers| Modifier and Type | Method and Description |
|---|---|
default FlDistribution |
fluentDistribution()
Deprecated.
redundant operation
|
static FlTemplate<Double> |
template(Distribution distribution,
long seed) |
FlDistribution.FlRandom |
toRandomNumbers(long seedHint)
If this is a random number generator, returns itself;
otherwise returns a new random number generator.
|
FlDataSource<Double> |
values(long seed)
Converts this distribution into a data source.
|
static FlDistribution.FlRandom |
wrap(Distribution.RandomNumbers generator) |
static FlDistribution |
wrap(Distribution distribution) |
getValueTypeFlDistribution.FlRandom toRandomNumbers(long seedHint)
DistributiontoRandomNumbers in interface DistributionseedHint - generators created with the same seed should produce the same values@Deprecated default FlDistribution fluentDistribution()
DistributionfluentDistribution in interface DistributionFlDataSource<Double> values(long seed)
Distributionvalues in interface Distributionseed - generators created with the same seed should produce the same valuesstatic FlTemplate<Double> template(Distribution distribution, long seed)
static FlDistribution wrap(Distribution distribution)
static FlDistribution.FlRandom wrap(Distribution.RandomNumbers generator)
Copyright © 2019. All rights reserved.