[
https://issues.apache.org/jira/browse/RNG-145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17363044#comment-17363044
]
Alex Herbert commented on RNG-145:
----------------------------------
Pushed a change in commit 81b07fadbfba6d6afe7bb74ec3e8a5a43a40c343 that adds
support for the open interval.
> "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
> Priority: Major
> 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)