From ca139a75fe8cd57aa52924fdf1ff380e37174184 Mon Sep 17 00:00:00 2001 From: Luc Maisonobe Date: Sun, 10 Mar 2013 20:45:02 +0000 Subject: [PATCH] Fixed checkstyle error. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454917 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/commons/math3/random/RandomDataGenerator.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java b/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java index 9825f22d1..f51d0f3bb 100644 --- a/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java +++ b/src/main/java/org/apache/commons/math3/random/RandomDataGenerator.java @@ -246,6 +246,7 @@ public class RandomDataGenerator implements RandomData, Serializable { * 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 long @@ -391,6 +392,7 @@ public class RandomDataGenerator implements RandomData, Serializable { * 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 long