[GitHub] commons-lang pull request: random length strings within range

2016-05-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-217736263 To quote Gary Gregory from https://issues.apache.org/jira/browse/LANG-1224 >It seems really confusing that some new APIs would use an inclusive

[GitHub] commons-lang pull request: random length strings within range

2016-05-08 Thread PascalSchumacher
Github user PascalSchumacher commented on a diff in the pull request: https://github.com/apache/commons-lang/pull/101#discussion_r62435581 --- Diff: src/main/java/org/apache/commons/lang3/RandomStringUtils.java --- @@ -81,6 +81,20 @@ public static String random(final int count) {

[GitHub] commons-lang pull request: random length strings within range

2016-05-08 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-217720683 I still think these methods should be added to commons-lang. They are a very useful extensions of RandomStringUtils feature set. I created

[GitHub] commons-lang pull request: random length strings within range

2015-11-04 Thread PascalSchumacher
Github user PascalSchumacher commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-153893954 +1 I would like to use these methods :) --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] commons-lang pull request: random length strings within range

2015-11-04 Thread xenoterracide
Github user xenoterracide commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-153926509 https://bitbucket.org/xenworks/datafactory/src/ I've started work on a "replacement" for datafactory and this here, feedback welcome --- If your project is

[GitHub] commons-lang pull request: random length strings within range

2015-06-28 Thread kinow
Github user kinow commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-116237900 #94, #100 and #101 are useful for generating random data for (for example) testing. I thought about suggesting these methods to the incubating [text] component; but

[GitHub] commons-lang pull request: random length strings within range

2015-06-28 Thread xenoterracide
GitHub user xenoterracide opened a pull request: https://github.com/apache/commons-lang/pull/101 random length strings within range at a high level, I have added `randomGraph( int count )` and `randomPrint( int count )` which map to their corresponding regular expression classes.

[GitHub] commons-lang pull request: random length strings within range

2015-06-28 Thread xenoterracide
Github user xenoterracide commented on the pull request: https://github.com/apache/commons-lang/pull/101#issuecomment-116289800 I think the added `randomGraph( count )` and `randomPrint( count )` might be ok to stay here, since they resemble the existing methods so much. I can see