Interface Seed2ArrayConverter<IN,​OUT>

    • Method Detail

      • convert

        OUT convert​(IN seed,
                    int outputSize)
        Converts seed from input type to output type. The output type is expected to be an array.
        Parameters:
        seed - Original seed value.
        outputSize - Output size.
        Returns:
        the converted seed value.