Re: RFR: 8326227: Rounding error that may distort computeNextGaussian results [v13]

2024-08-10 Thread Chris Hennick
> This provides a slightly more accurate bounding limit for > `computeNextExponentialSoftCapped`. Currently, if the maximum is specified as > 12.0, it won't actually return a value larger than `1.5 * exponentialX0` > (11.353912041222094); and the error gets worse as we go further into the > tai

Re: RFR: 8326227: Rounding error that may distort computeNextGaussian results [v12]

2024-08-10 Thread Chris Hennick
> This provides a slightly more accurate bounding limit for > `computeNextExponentialSoftCapped`. Currently, if the maximum is specified as > 12.0, it won't actually return a value larger than `1.5 * exponentialX0` > (11.353912041222094); and the error gets worse as we go further into the > tai

Re: RFR: 8326227: Rounding error that may distort computeNextGaussian results [v11]

2024-08-10 Thread Chris Hennick
> This provides a slightly more accurate bounding limit for > `computeNextExponentialSoftCapped`. Currently, if the maximum is specified as > 12.0, it won't actually return a value larger than `1.5 * exponentialX0` > (11.353912041222094); and the error gets worse as we go further into the > tai