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 5b334d7 Remove redundant Sampler interface from RandomAssert new e85d837 Remove final new 621b53d Pass RNG as first argument to shape sampler constructors new 811866d Add shape and composite samplers to the documentation The 3 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: .../shape/TetrahedronSamplerBenchmark.java | 38 +++++++-------- .../sampling/shape/TriangleSamplerBenchmark.java | 55 ++++++++++----------- .../commons/rng/sampling/CompositeSamplers.java | 6 +-- .../rng/sampling/distribution/StableSampler.java | 4 +- .../commons/rng/sampling/shape/BoxSampler.java | 26 +++++----- .../commons/rng/sampling/shape/LineSampler.java | 32 ++++++------- .../rng/sampling/shape/TetrahedronSampler.java | 14 +++--- .../rng/sampling/shape/TriangleSampler.java | 26 +++++----- .../rng/sampling/shape/UnitBallSampler.java | 14 +++--- commons-rng-sampling/src/site/xdoc/index.xml | 44 ++++++++++++++++- .../rng/sampling/CompositeSamplersTest.java | 34 ++++++------- .../commons/rng/sampling/shape/BoxSamplerTest.java | 24 +++++----- .../rng/sampling/shape/LineSamplerTest.java | 24 +++++----- .../rng/sampling/shape/TetrahedronSamplerTest.java | 32 ++++++------- .../rng/sampling/shape/TriangleSamplerTest.java | 31 ++++++------ .../rng/sampling/shape/UnitBallSamplerTest.java | 9 ++-- src/site/apt/userguide/rng.apt | 56 ++++++++++++++++++++-- 17 files changed, 282 insertions(+), 187 deletions(-)