Class RandomUnicodeStringGenerator

    • Constructor Detail

      • RandomUnicodeStringGenerator

        public RandomUnicodeStringGenerator​(Random random)
        Create an alphanumeric strings from a secure generator.
        Parameters:
        random - random generator
    • Method Detail

      • next

        public String next​(int length)
        Generate a random string.
        Specified by:
        next in interface IRandomStringGenerator<String>
        Parameters:
        length - length of string
        Returns:
        random string