MultipleGenerator<T> constructor

MultipleGenerator<T>(
  1. List<Generator<T>> _pool
)

Implementation

MultipleGenerator(this._pool) {
  _seed = SeedGenerator.generate();
}