You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles Sadowski (Jira)" <ji...@apache.org> on 2021/06/14 13:18:00 UTC

[jira] [Created] (RNG-145) "ContinuousUniformSampler" with both bounds excluded

Gilles Sadowski created RNG-145:
-----------------------------------

             Summary: "ContinuousUniformSampler" with both bounds excluded
                 Key: RNG-145
                 URL: https://issues.apache.org/jira/browse/RNG-145
             Project: Commons RNG
          Issue Type: New Feature
          Components: sampling
            Reporter: Gilles Sadowski
             Fix For: 1.4


In class {{RandomUtils}}, Commons Math provides
{code}
public double nextUniform(double lo, double hi) { /* ... */ }
{code}
where both bounds are excluded.

Should the feature be added to {{ContinuousUniformSampler}}?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)