liym

Results 2 issues of liym

如图,“锰铁”这个词不应该排在“键盘”的前面 ![image](https://user-images.githubusercontent.com/43025881/73711788-fb6f2400-4742-11ea-8c8b-0b7a7bb96ed3.png) ![image](https://user-images.githubusercontent.com/43025881/73711814-104bb780-4743-11ea-92f9-aa24a1d1565d.png)

…inRange and selectFrom to let method chaining is meaningful ```java char[][] CHAR_PAIRS = {{'0', '9'}, {'A', 'Z'}, {'a', 'z'}}; GENERATOR = new RandomStringGenerator.Builder() .withinRange(CHAR_PAIRS) .selectFrom(',', ';', ':', '?', '*', '#',...