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 838295a  Javadoc: Use the same description for all shape samplers.
     new b8f4d82  RNG-135: TetrahedronSampler to sample uniformly from a 
tetrahedron
     new d365385  Organise imports

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:
 .../shape/TetrahedronSamplerBenchmark.java         | 490 ++++++++++++++++++
 .../commons/rng/sampling/shape/Coordinates.java    |  28 +-
 .../rng/sampling/shape/TetrahedronSampler.java     | 203 ++++++++
 .../rng/sampling/shape/CoordinatesTest.java        |  24 +
 .../rng/sampling/shape/TetrahedronSamplerTest.java | 551 +++++++++++++++++++++
 .../rng/sampling/shape/TriangleSamplerTest.java    |   7 +-
 .../rng/sampling/shape/UnitBallSamplerTest.java    |   8 +-
 src/changes/changes.xml                            |   3 +
 src/main/resources/pmd/pmd-ruleset.xml             |   3 +-
 9 files changed, 1310 insertions(+), 7 deletions(-)
 create mode 100644 
commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/sampling/shape/TetrahedronSamplerBenchmark.java
 create mode 100644 
commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/shape/TetrahedronSampler.java
 create mode 100644 
commons-rng-sampling/src/test/java/org/apache/commons/rng/sampling/shape/TetrahedronSamplerTest.java

Reply via email to