| Modifier and Type | Class and Description |
|---|---|
class |
AbstractDistribution
Base class for implementations of
Distribution. |
class |
AbstractDistributionRandom
Base class for
RandomNumberss. |
class |
GaussianDistribution
A
Distribution where each value has the same probability. |
protected static class |
GaussianDistribution.GDRandom |
class |
UniformDistribution
A
Distribution where each value has the same probability. |
protected static class |
UniformDistribution.UDRandom |
| Modifier and Type | Class and Description |
|---|---|
static class |
ValueGenerator.VG2G<T> |
| Modifier and Type | Class and Description |
|---|---|
static class |
BiGenerator.Anonymous<T,U> |
static class |
BiSequence.Anonymous<T,U> |
| Modifier and Type | Class and Description |
|---|---|
class |
AnonymousGenerator<T> |
class |
AnonymousSequence<T> |
class |
AnonymousTemplate<T> |
class |
BoundedSequence<T> |
class |
GeneratorWithDistribution<T>
Base class for
Generators that require an distribution. |
class |
GeneratorWithScalar<T>
A
Generator that requires a scalar value (e.g., to generate
strings with a certain length). |
| Modifier and Type | Class and Description |
|---|---|
class |
DistinctGenerator<T>
Uses a HashSet to ensure values are not returned twice.
|
class |
FilteringGenerator<T>
Uses a HashSet to ensure values are not returned twice.
|
class |
FlatMappingGenerator<T> |
class |
GeneratorQueue<T>
A queue of generators that fetches a certain number of elements from
each and then uses the next.
|
protected static class |
GeneratorQueue.Fetch<T> |
class |
MixingGenerator<T>
Produces values from randomly selected generators.
|
class |
RandomizedSequenceGenerator<T>
Randomly selects elements from a sequence.
|
class |
ShuffledSequenceGenerator<T>
Returns the elements of a sequence in random order.
|
class |
ShufflingGenerator<T> |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleansGenerator
Generates random booleans.
|
class |
CharactersGenerator
Generates random characters.
|
static class |
CharactersGenerator.FromString |
static class |
CharactersGenerator.InRange |
class |
ConsecutiveIntegersSequence
Generates consecutive integers.
|
class |
DoublesGenerator
Generates random doubles in a given range.
|
class |
RandomIntegersGenerator
Generates random integers in a given range.
|
static class |
RandomIntegersGenerator.Template |
class |
StringsGenerator
Generates random strings.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConstantValue<T> |
class |
EmptySequence<T> |
class |
ItemsSequence<T> |
static class |
ItemsSequence.FromArray<T> |
static class |
ItemsSequence.FromCollection<T> |
static class |
ItemsSequence.FromRAList<T> |
class |
PermutationsGenerator<T> |
Copyright © 2019. All rights reserved.