Interface Randomization

    • Method Detail

      • reset

        void reset()
        Resets the scheme.
      • randomize

        <T> List<Binnable<T>> randomize​(List<Binnable<T>> data)
        Randomizes the data.
        Type Parameters:
        T - the payload type
        Parameters:
        data - the data to randomize
        Returns:
        the randomized data