This is an automated email from the ASF dual-hosted git repository.
aherbert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-rng.git.
from a089841 UnitBallSampler: Use the sign bit for the sign of the range
[-1, 1)
new c34749e RNG-132: Create o.a.c.rng.sampling.shape package
new 5a21a8e Correct javadoc paragraph tags.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../org/apache/commons/rng/sampling/distribution/package-info.java | 4 +++-
.../src/main/java/org/apache/commons/rng/sampling/package-info.java | 6 ++++++
.../apache/commons/rng/sampling/{ => shape}/UnitBallSampler.java | 3 ++-
.../java/org/apache/commons/rng/sampling/shape}/package-info.java | 6 +++---
.../commons/rng/sampling/{ => shape}/UnitBallSamplerTest.java | 4 +++-
src/changes/changes.xml | 3 +++
6 files changed, 20 insertions(+), 6 deletions(-)
rename commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/{ =>
shape}/UnitBallSampler.java (98%)
copy {commons-rng-core/src/main/java/org/apache/commons/rng/core/util =>
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape}/package-info.java
(83%)
rename commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/{ =>
shape}/UnitBallSamplerTest.java (98%)