You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/02/09 00:22:18 UTC

[09/14] commons-rng git commit: Merge branch 'feature__RNG-35'

Merge branch 'feature__RNG-35'

Completes the following issues (see JIRA):
 * RNG-35
 * RNG-36


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/5b1c21e5
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/5b1c21e5
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/5b1c21e5

Branch: refs/heads/master
Commit: 5b1c21e50840ba08516a38eec18b2472896db238
Parents: baee35d c14e09c
Author: Gilles <er...@apache.org>
Authored: Wed Feb 8 12:41:14 2017 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 8 12:41:14 2017 +0100

----------------------------------------------------------------------
 .../AhrensDieterMarsagliaTsangGammaSampler.java |  4 +-
 .../distribution/BoxMullerGaussianSampler.java  |  4 +
 .../distribution/BoxMullerLogNormalSampler.java |  4 +-
 .../BoxMullerNormalizedGaussianSampler.java     | 75 +++++++++++++++++
 ...rWithRejectionNormalizedGaussianSampler.java | 88 ++++++++++++++++++++
 .../sampling/distribution/GaussianSampler.java  | 59 +++++++++++++
 .../distribution/NormalizedGaussianSampler.java | 24 ++++++
 .../sampling/distribution/PoissonSampler.java   |  4 +-
 .../distribution/ContinuousSamplersList.java    | 10 ++-
 9 files changed, 265 insertions(+), 7 deletions(-)
----------------------------------------------------------------------