java code to generate 100000 random string without duplicates of specific length code example
Example: generate 5 digit random string in java
RandomStringUtils.randomAlphanumeric(17).toUpperCase()
RandomStringUtils.randomAlphanumeric(17).toUpperCase()