Re: RandomStringUtils with variable lengths

2015-06-28 Thread Caleb Cushing
https://github.com/apache/commons-lang/pull/101 created a new pull request after doing some branch rewrites. On Mon, Jun 22, 2015 at 1:02 PM Benedikt Ritter wrote: > Yes, please go ahead! > > > 2015-06-20 2:44 GMT+02:00 Caleb Cushing : > >> so should I spend the time wor

Re: RandomStringUtils with variable lengths

2015-06-19 Thread Caleb Cushing
so should I spend the time working this into a more finalized patch, that includes the stuff for numeric and alphanumeric as well? (and fixes the feedback) On Sun, Jun 7, 2015 at 6:23 AM Benedikt Ritter wrote: > Hello Caleb, > > 2015-06-06 21:45 GMT+02:00 Caleb Cushing : > >>

Re: RandomStringUtils with variable lengths

2015-06-06 Thread Caleb Cushing
ub.com/apache/commons-lang/pull/94 (side note: I'm perplexed how I could have affected the test that's failing on Java 8) -- Caleb Cushing

Fwd: RandomStringUtils with variable lengths

2015-05-28 Thread Caleb Cushing
meric( RandomUtils.nextInt( minLength, maxLength ) ); } } -- Caleb Cushing http://xenoterracide.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

RandomStringUtils with variable lengths

2015-05-27 Thread Caleb Cushing
return RandomStringUtils.randomAlphanumeric( RandomUtils.nextInt( minLength, maxLength ) ); } } -- Caleb Cushing http://xenoterracide.com - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional comman