public class RandomUtil extends Object
| Constructor and Description |
|---|
RandomUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
generateString(int length)
Creates a random string using only lowercase ascii letters, uppercase
ascii letters, and digits.
|
public static String generateString(int length)
length - The length of random string to generateCopyright © 2012-2015 Cloudhopper by Twitter. All Rights Reserved.