Interface IRandomStringGenerator<T>

    • Method Summary

      Modifier and Type Method Description
      T next​(int length)
      provides a random string with length length.
    • Method Detail

      • next

        T next​(int length)
        provides a random string with length length.
        Parameters:
        length - length of string
        Returns:
        random string