Searched refs:maxRandomAdditive (Results 1 – 2 of 2) sorted by relevance
163 private static byte[] createRandomBytes(int min, int maxRandomAdditive) { in createRandomBytes() argument165 byte[] bytes = new byte[min + rnd.nextInt(maxRandomAdditive)]; in createRandomBytes()
164 private static char[] createRandomChars(int min, int maxRandomAdditive) { in createRandomChars() argument165 char[] chars = new char[min + generator.nextInt(maxRandomAdditive)]; in createRandomChars()