Class RandomUnicodeStringGenerator
- java.lang.Object
-
- org.alindner.tools.common.random.generator.RandomUnicodeStringGenerator
-
- All Implemented Interfaces:
IRandomStringGenerator<String>
public class RandomUnicodeStringGenerator extends Object implements IRandomStringGenerator<String>
-
-
Constructor Summary
Constructors Constructor Description RandomUnicodeStringGenerator(Random random)Create an alphanumeric strings from a secure generator.
-
-
-
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:
nextin interfaceIRandomStringGenerator<String>- Parameters:
length- length of string- Returns:
- random string
-
-