Package org.cicirello.sequences


package org.cicirello.sequences
Classes that perform a variety of operations on sequences (such as arrays, etc).
  • Class
    Description
    SequenceCompositeSampler generates random samples of array elements, without replacement.
    SequenceInsertionSampler generates random samples of array elements, without replacement.
    SequencePoolSampler generates random samples of array elements, without replacement.
    SequenceReservoirSampler generates random samples of array elements, without replacement.
    An implementation of the SequenceSampler interface is used for generating random samples of array elements, without replacement.