[RNG] Multiple samplers, shared "UniformRandomProvider"

2021-05-25 Thread Gilles Sadowski
Hi. I wonder if/how we would introduce the following functionality: ---CUT--- /** * @param rng Generator that will be shared in the returned sampler. * @param list Samplers whose underlying generators will be discarded in * the returned instance. * @return a sampler

[VOTE][RESULT] Release Apache Commons IO 2.9.0 based on RC1

2021-05-25 Thread Gary Gregory
This VOTE passes with the following +1 binding votes: - Bruno P. Kinoshita - Rob Tompkins - Gary Gregory Gary On Sat, May 22, 2021 at 1:49 PM Gary Gregory wrote: > We have fixed a few bugs and added enhancements since Apache Commons IO > 2.8.0 was released, so I would like to release Apache

[All][Math] Issue regarding code formatter

2021-05-25 Thread Amar Prakash Pandey
Hi, I am a new contributor to the Apache ecosystem and I am trying to solve a bug in the commons-math repository. I just wanted to know which Java code formatted do we prefer in Apache? Thanks, Amar Prakash Pandey

Re: [VOTE] Release Apache Commons IO 2.9.0 based on RC1

2021-05-25 Thread Gary Gregory
My +1 Gary On Mon, May 24, 2021 at 8:55 PM Rob Tompkins wrote: > +1 all reports check out. Builds with Java 8 and 11. > > Keep up the good work Gary! > > Cheers, > -Rob > > > On May 24, 2021, at 8:32 PM, Gary Gregory > wrote: > > > > Keeps me on my toes ;-) > > > > Gary > > > > > >> On Mon,

Re: [RNG] Multiple samplers, shared "UniformRandomProvider"

2021-05-25 Thread Alex Herbert
On Tue, 25 May 2021 at 20:15, Gilles Sadowski wrote: > Hi. > > I wonder if/how we would introduce the following functionality: > ---CUT--- > /** > * @param rng Generator that will be shared in the returned sampler. > * @param list Samplers whose underlying generators will be

Re: [RNG] Multiple samplers, shared "UniformRandomProvider"

2021-05-25 Thread Gilles Sadowski
Le mer. 26 mai 2021 à 00:06, Alex Herbert a écrit : > > On Tue, 25 May 2021 at 20:15, Gilles Sadowski wrote: > > > Hi. > > > > I wonder if/how we would introduce the following functionality: > > ---CUT--- > > /** > > * @param rng Generator that will be shared in the returned sampler. >