Javadoc.

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

Branch: refs/heads/develop
Commit: b85d898d2a5c73f1f46c1fab3848c95b05cd8bf1
Parents: 64c5150
Author: Gilles <gil...@harfang.homelinux.org>
Authored: Sun May 29 18:47:19 2016 +0200
Committer: Gilles <gil...@harfang.homelinux.org>
Committed: Sun May 29 18:47:19 2016 +0200

----------------------------------------------------------------------
 .../commons/math4/random/UnitSphereRandomVectorGenerator.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/b85d898d/src/main/java/org/apache/commons/math4/random/UnitSphereRandomVectorGenerator.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/math4/random/UnitSphereRandomVectorGenerator.java
 
b/src/main/java/org/apache/commons/math4/random/UnitSphereRandomVectorGenerator.java
index 13c42a8..33993f5 100644
--- 
a/src/main/java/org/apache/commons/math4/random/UnitSphereRandomVectorGenerator.java
+++ 
b/src/main/java/org/apache/commons/math4/random/UnitSphereRandomVectorGenerator.java
@@ -50,7 +50,7 @@ public class UnitSphereRandomVectorGenerator
         this.rand = new NormalDistribution().createSampler(rng);
     }
     /**
-     * Create an object that will use a default RNG ({@link MersenneTwister}),
+     * Create an object that will use a {@link RandomSource#MT_64 default RNG},
      * in order to generate the individual components.
      *
      * @param dimension Space dimension.

Reply via email to