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 working this into a more fin

Re: RandomStringUtils with variable lengths

2015-06-22 Thread Benedikt Ritter
Yes, please go ahead! 2015-06-20 2:44 GMT+02:00 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 C

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 : > >> >>> I'm not sure I

Re: RandomStringUtils with variable lengths

2015-06-07 Thread Benedikt Ritter
Hello Caleb, 2015-06-06 21:45 GMT+02:00 Caleb Cushing : > >> I'm not sure I understand your proposal. Is this about returning a single >> random character? >> It would be good if you could provide a patch with some unit tests. You >> can use GitHub for contributing [1] >> > > I created a prelimin

Re: RandomStringUtils with variable lengths

2015-06-06 Thread Caleb Cushing
> > > I'm not sure I understand your proposal. Is this about returning a single > random character? > It would be good if you could provide a patch with some unit tests. You > can use GitHub for contributing [1] > I created a preliminary pull request here https://github.com/apache/commons-lang/pu

Re: RandomStringUtils with variable lengths

2015-06-01 Thread Benedikt Ritter
Hello Caleb, 2015-05-24 22:16 GMT+02:00 Caleb Cushing : > I have written the following for my own project, and a couple of > variants elsewhere (randomNumeric( min, max ) etc. > > Also I'm considering maybe a randomGraph() (for printable characters > that match the posix graph regex), and random

Fwd: RandomStringUtils with variable lengths

2015-05-28 Thread Caleb Cushing
I have written the following for my own project, and a couple of variants elsewhere (randomNumeric( min, max ) etc. Also I'm considering maybe a randomGraph() (for printable characters that match the posix graph regex), and random utf8. I find these useful for test input data. if I wrote it int

RandomStringUtils with variable lengths

2015-05-27 Thread Caleb Cushing
I have written the following for my own project, and a couple of variants elsewhere (randomNumeric( min, max ) etc. Also I'm considering maybe a randomGraph() (for printable characters that match the posix graph regex), and random utf8. I find these useful for test input data. if I wrote it int