Repository: commons-rng Updated Branches: refs/heads/master 449458819 -> fecc649fa
Class was renamed. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/fecc649f Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/fecc649f Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/fecc649f Branch: refs/heads/master Commit: fecc649fa5b73f48d49a40b1ed75343565fe3d65 Parents: 4494588 Author: Gilles <[email protected]> Authored: Sun Apr 9 15:14:42 2017 +0200 Committer: Gilles <[email protected]> Committed: Sun Apr 9 15:14:42 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/fecc649f/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 98d9ebf..e5c893f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,10 +54,10 @@ If the output is not quite correct, check for invisible trailing spaces! <release version="1.1" date="TBD" description="TBD "> <action dev="erans" type="add" issue="RNG-36"> - "BoxMullerWithRejectionNormalizedGaussianSampler": faster variation - of the Box-Muller algorithm. + "MarsagliaNormalizedGaussianSampler": faster variation of the + Box-Muller algorithm. This version is used within "AhrensDieterMarsagliaTsangGammaSampler" - "BoxMullerLogNormalSampler" and "PoissonSampler" (generated sequences + "MarsagliaLogNormalSampler" and "PoissonSampler" (generated sequences will thus differ from those generated by version 1.0 of the library). </action> <action dev="erans" type="add" issue="RNG-35">
