Typo.

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

Branch: refs/heads/master
Commit: 99db6cedc853d3a9b13d7cc3ff7ef2cb35ceccd6
Parents: 5b1c21e
Author: Gilles <er...@apache.org>
Authored: Wed Feb 8 13:31:09 2017 +0100
Committer: Gilles <er...@apache.org>
Committed: Wed Feb 8 13:31:09 2017 +0100

----------------------------------------------------------------------
 .../BoxMullerWithRejectionNormalizedGaussianSampler.java           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/99db6ced/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/BoxMullerWithRejectionNormalizedGaussianSampler.java
----------------------------------------------------------------------
diff --git 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/BoxMullerWithRejectionNormalizedGaussianSampler.java
 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/BoxMullerWithRejectionNormalizedGaussianSampler.java
index 58d1b1f..ae77ce6 100644
--- 
a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/BoxMullerWithRejectionNormalizedGaussianSampler.java
+++ 
b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/distribution/BoxMullerWithRejectionNormalizedGaussianSampler.java
@@ -24,7 +24,7 @@ import org.apache.commons.rng.UniformRandomProvider;
  * mean 0 and standard deviation 1.
  * This is a variation, suggested in <a 
href="http://haifux.org/lectures/79/random.pdf";>
  * this presentation</a> (page 39), of the algorithm implemented in
- * {@link BoxMullerNormalizedGaussianSampler}, 
+ * {@link BoxMullerNormalizedGaussianSampler}.
  *
  * @since 1.1
  */

Reply via email to