| Class | Description |
|---|---|
| DistinctGenerator<T> |
Uses a HashSet to ensure values are not returned twice.
|
| FilteringGenerator<T> |
Uses a HashSet to ensure values are not returned twice.
|
| FlatMappingGenerator<T> | |
| GeneratorQueue<T> |
A queue of generators that fetches a certain number of elements from
each and then uses the next.
|
| GeneratorQueue.Fetch<T> | |
| MappingGenerator<T> | |
| MergingGenerator<T> |
Merges multiple generators that produce sorted values into one.
|
| MixingGenerator<T> |
Produces values from randomly selected generators.
|
| RandomizedSequenceGenerator<T> |
Randomly selects elements from a sequence.
|
| RepeatingGenerator<T> |
Converts a list of finite generators into an inifinte generator.
|
| RoundRobinGenerator<T> | |
| RoundRobinSequence<T> | |
| ShuffledSequenceGenerator<T> |
Returns the elements of a sequence in random order.
|
| ShufflingGenerator<T> |
Copyright © 2019. All rights reserved.