You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/03/10 21:45:02 UTC

svn commit: r1454917 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

Author: luc
Date: Sun Mar 10 20:45:02 2013
New Revision: 1454917

URL: http://svn.apache.org/r1454917
Log:
Fixed checkstyle error.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java?rev=1454917&r1=1454916&r2=1454917&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java Sun Mar 10 20:45:02 2013
@@ -246,6 +246,7 @@ public class RandomDataGenerator impleme
      * between 0 (inclusive) and the specified value (exclusive), drawn from
      * this random number generator's sequence.
      *
+     * @param rng random generator to use
      * @param n the bound on the random number to be returned.  Must be
      * positive.
      * @return  a pseudorandom, uniformly distributed <tt>long</tt>
@@ -391,6 +392,7 @@ public class RandomDataGenerator impleme
      * between 0 (inclusive) and the specified value (exclusive), drawn from
      * this random number generator's sequence.
      *
+     * @param rng random generator to use
      * @param n the bound on the random number to be returned.  Must be
      * positive.
      * @return  a pseudorandom, uniformly distributed <tt>long</tt>