public static interface FlDistribution.FlRandom extends Distribution.RandomNumbers, FlDistribution
FlDistribution.FlRandom, FlDistribution.TemplateDistribution.RandomNumbers| Modifier and Type | Method and Description |
|---|---|
default FlDistribution.FlRandom |
copy()
Optional operation.
|
default FlDistribution.FlRandom |
fluentDistribution()
Provides access to the fluent random interface.
|
default int |
nextInt()
Returns a random integer.
|
default int |
nextInt(int n)
Returns a random integer,
0 <= i < n |
default long |
nextLong() |
default long |
nextLong(long n) |
default int |
nextPositiveInt()
Returns a random positive integer.
|
default long |
nextPositiveLong() |
default FlDistribution.FlRandom |
toRandomNumbers(long seedHint)
Deprecated.
redundant operation
|
default FlGenerator<Double> |
values() |
default FlGenerator<Double> |
values(long seed)
Deprecated.
seed not supported, use #fluentData
|
next, nextValuefluentData, generate, generate, get, toGeneratortoGenerators, toGeneratorstemplate, wrap, wrapgetValueTypedefault FlDistribution.FlRandom copy()
Distribution.RandomNumberscopy in interface Distribution.RandomNumbersdefault int nextInt()
default int nextPositiveInt()
default int nextInt(int n)
0 <= i < nn - default long nextLong()
default long nextPositiveLong()
default long nextLong(long n)
@Deprecated default FlDistribution.FlRandom toRandomNumbers(long seedHint)
Distribution.RandomNumberstoRandomNumbers in interface DistributiontoRandomNumbers in interface Distribution.RandomNumberstoRandomNumbers in interface FlDistributionseedHint - default FlDistribution.FlRandom fluentDistribution()
Distribution.RandomNumbersfluentDistribution in interface DistributionfluentDistribution in interface Distribution.RandomNumbersfluentDistribution in interface FlDistributiondefault FlGenerator<Double> values()
@Deprecated default FlGenerator<Double> values(long seed)
Distribution.RandomNumbersvalues in interface Distributionvalues in interface Distribution.RandomNumbersvalues in interface FlDistributionseed - Copyright © 2019. All rights reserved.