Class Choice<T>

  • All Implemented Interfaces:
    Generator<T>

    public class Choice<T>
    extends Object
    implements Generator<T>
    Created by Karel Maesen, Geovise BVBA on 2019-08-16.
    • Constructor Detail

      • Choice

        public Choice​(List<T> choices,
                      Random rnd)
      • Choice

        public Choice​(List<T> choices)