Re: [rng] Documenting JumpableUniformRandomProvider

2019-09-21 Thread Alex Herbert
> On 21 Sep 2019, at 17:46, Gilles Sadowski wrote: > > Hello. > > [...] > >> >> 2. Add a method BitSet getSupport() to the RandomSource enum, where T >> is an enum that can be expanded as more features are added. Initially is >> would be: > > +1 > With

Re: [rng] Documenting JumpableUniformRandomProvider

2019-09-21 Thread Gilles Sadowski
Hello. [...] > >>> > > 2. Add a method BitSet getSupport() to the RandomSource enum, where T > is an enum that can be expanded as more features are added. Initially is > would be: > >>> > >>> +1 > >>> With "EnumSet", I guess. > >> > >> Yes. > >> > >>> > > enum

Re: [rng] Documenting JumpableUniformRandomProvider

2019-09-21 Thread Alex Herbert
> On 21 Sep 2019, at 10:39, Gilles Sadowski wrote: > > Hi. > > 2019-09-21 9:53 UTC+02:00, Alex Herbert >: >> >> >>> On 21 Sep 2019, at 00:17, Gilles Sadowski >> > wrote: >>> >>> Hello. >>> >>> 2019-09-20 18:45 UTC+02:00, Alex

Re: [rng] Documenting JumpableUniformRandomProvider

2019-09-21 Thread Gilles Sadowski
Hi. 2019-09-21 9:53 UTC+02:00, Alex Herbert : > > >> On 21 Sep 2019, at 00:17, Gilles Sadowski wrote: >> >> Hello. >> >> 2019-09-20 18:45 UTC+02:00, Alex Herbert > >: >>> I have added some new sections to the user guide for new additions to >>> the library. >>>

Re: [rng] Documenting JumpableUniformRandomProvider

2019-09-21 Thread Alex Herbert
> On 21 Sep 2019, at 00:17, Gilles Sadowski wrote: > > Hello. > > 2019-09-20 18:45 UTC+02:00, Alex Herbert >: >> I have added some new sections to the user guide for new additions to >> the library. >> >> Currently the section on