Re: [rng] FiniteDoubleSampler to sample uniformly from a range of representable double values

2020-01-17 Thread Alex Herbert
On 17/01/2020 13:33, Gilles Sadowski wrote: Hi. Le ven. 17 janv. 2020 à 13:15, Alex Herbert a écrit : The UniformRandomProvider and ContinuousUniformSampler can create doubles uniformly in a range [0, 1) and [x, y). I would like to create a sampler that can create doubles with random

JDK 14 is now in Rampdown Phase Two

2020-01-17 Thread Rory O'Donnell
 Hi Benedikt, *Per the JDK 14 schedule , we are now in Rampdown Phase Two * *Please advise if you have any open high priority issues.* ** * The overall feature set is frozen. o No further JEPs will be targeted to this release o Per the JDK Release Process [1] we now turn our focus

Re: [rng] FiniteDoubleSampler to sample uniformly from a range of representable double values

2020-01-17 Thread Gilles Sadowski
Hi. Le ven. 17 janv. 2020 à 13:15, Alex Herbert a écrit : > > The UniformRandomProvider and ContinuousUniformSampler can create > doubles uniformly in a range [0, 1) and [x, y). > > I would like to create a sampler that can create doubles with random > mantissa bits and a specified range of

[rng] FiniteDoubleSampler to sample uniformly from a range of representable double values

2020-01-17 Thread Alex Herbert
The UniformRandomProvider and ContinuousUniformSampler can create doubles uniformly in a range [0, 1) and [x, y). I would like to create a sampler that can create doubles with random mantissa bits and a specified range of exponents. These would not follow a standard distribution but would be