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/08/16 11:49:31 UTC

[2/2] commons-rng git commit: Javadoc.

Javadoc.


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

Branch: refs/heads/master
Commit: b8fa4766c710d9e57fb866180dd17180d192bb70
Parents: eba39aa
Author: Gilles <er...@apache.org>
Authored: Wed Aug 16 13:27:33 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Wed Aug 16 13:27:33 2017 +0200

----------------------------------------------------------------------
 .../java/org/apache/commons/rng/sampling/UnitSphereSampler.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/b8fa4766/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/UnitSphereSampler.java
----------------------------------------------------------------------
diff --git a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/UnitSphereSampler.java b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/UnitSphereSampler.java
index 10633d4..8ade58b 100644
--- a/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/UnitSphereSampler.java
+++ b/commons-rng-sampling/src/main/java/org/apache/commons/rng/sampling/UnitSphereSampler.java
@@ -34,7 +34,7 @@ public class UnitSphereSampler {
 
     /**
      * @param dimension Space dimension.
-     * @param sampler Generator for the individual components of the vectors.
+     * @param rng Generator for the individual components of the vectors.
      * A shallow copy will be stored in this instance.
      */
     public UnitSphereSampler(int dimension,