| Package | Description |
|---|---|
| org.cthul.fixsure | |
| org.cthul.fixsure.distributions | |
| org.cthul.fixsure.fluents | |
| org.cthul.fixsure.generators |
| Modifier and Type | Method and Description |
|---|---|
default FlDistribution.FlRandom |
Distribution.RandomNumbers.fluentDistribution()
Provides access to the fluent random interface.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistributionRandom
Base class for
RandomNumberss. |
protected static class |
GaussianDistribution.GDRandom |
protected static class |
UniformDistribution.UDRandom |
| Modifier and Type | Method and Description |
|---|---|
protected FlDistribution.FlRandom |
UniformDistribution.newRandom(long seed) |
protected FlDistribution.FlRandom |
GaussianDistribution.newRandom(long seed) |
protected abstract FlDistribution.FlRandom |
AbstractDistribution.newRandom(long seed) |
FlDistribution.FlRandom |
AbstractDistribution.toRandomNumbers(long seedHint) |
| Modifier and Type | Method and Description |
|---|---|
default FlDistribution.FlRandom |
FlDistribution.FlRandom.copy() |
default FlDistribution.FlRandom |
FlDistribution.FlRandom.fluentDistribution() |
FlDistribution.FlRandom |
FlDistribution.toRandomNumbers(long seedHint) |
default FlDistribution.FlRandom |
FlDistribution.FlRandom.toRandomNumbers(long seedHint)
Deprecated.
redundant operation
|
FlDistribution.FlRandom |
FlDistribution.Template.toRandomNumbers(long seedHint) |
static FlDistribution.FlRandom |
FlDistribution.wrap(Distribution.RandomNumbers generator) |
| Modifier and Type | Method and Description |
|---|---|
protected FlDistribution.FlRandom |
GeneratorWithDistribution.rnd() |
Copyright © 2019. All rights reserved.