| Interface | Description |
|---|---|
| Cardinality |
Describes how and how many values should be fetched from a
Generator. |
| Cardinality.Fetcher |
Retrieves elements from a generator.
|
| DataSource<T> | |
| Distribution |
Describes a distribution of random values between 0 and 1.
|
| Distribution.RandomNumbers |
A random number generator based on a
Distribution. |
| Generator<T> |
Endlessly produces values.
|
| Sequence<T> |
A source of values supporting random access.
|
| SequenceLength |
Describes the length of a
Sequence. |
| Template<T> |
Creates generators that will always produce the same values.
|
| Typed<T> |
Optional interface for
DataSources to provide
information about their values. |
| Values<T> |
A list of values that has been produced by a generator.
|
| Class | Description |
|---|---|
| Fixsure |
| Exception | Description |
|---|---|
| GeneratorException |
Thrown by
Generators if no more values can be produced. |
Copyright © 2019. All rights reserved.