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 2015/12/28 18:23:14 UTC

[02/18] [math] Javadoc.

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/2a8061f4
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/2a8061f4
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/2a8061f4

Branch: refs/heads/master
Commit: 2a8061f4ad8903a9c6d46b404973bdbd84385d39
Parents: 4cbb388
Author: Gilles <er...@apache.org>
Authored: Mon Dec 28 16:46:31 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 28 16:46:31 2015 +0100

----------------------------------------------------------------------
 .../apache/commons/math4/random/BaseRandomGenerator.java    | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/2a8061f4/src/main/java/org/apache/commons/math4/random/BaseRandomGenerator.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/math4/random/BaseRandomGenerator.java b/src/main/java/org/apache/commons/math4/random/BaseRandomGenerator.java
index a78fd38..2d78005 100644
--- a/src/main/java/org/apache/commons/math4/random/BaseRandomGenerator.java
+++ b/src/main/java/org/apache/commons/math4/random/BaseRandomGenerator.java
@@ -175,8 +175,7 @@ public abstract class BaseRandomGenerator
      * Generates random bytes and places them into a user-supplied array.
      *
      * <p>
-     * The array is filled with bytes extracted from random integers generated
-     * using {@link #nextInt()}.
+     * The array is filled with bytes extracted from random integers.
      * This implies that the number of random bytes generated may be larger than
      * the length of the byte array.
      * </p>
@@ -192,8 +191,7 @@ public abstract class BaseRandomGenerator
      * Generates random bytes and places them into a user-supplied array.
      *
      * <p>
-     * The array is filled with bytes extracted from random integers generated
-     * using {@link #nextInt()}.
+     * The array is filled with bytes extracted from random integers.
      * This implies that the number of random bytes generated may be larger than
      * the length of the byte array.
      * </p>
@@ -224,8 +222,7 @@ public abstract class BaseRandomGenerator
      * Generates random bytes and places them into a user-supplied array.
      *
      * <p>
-     * The array is filled with bytes extracted from random integers generated
-     * using {@link #nextInt()}.
+     * The array is filled with bytes extracted from random integers.
      * This implies that the number of random bytes generated may be larger than
      * the length of the byte array.
      * </p>