Description
In class RandomUtils, Commons Math provides
public double nextUniform(double lo, double hi) { /* ... */ }
where both bounds are excluded.
Should the feature be added to ContinuousUniformSampler?
In class RandomUtils, Commons Math provides
public double nextUniform(double lo, double hi) { /* ... */ }
where both bounds are excluded.
Should the feature be added to ContinuousUniformSampler?