Fixed checkstyle error.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1454917 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Luc Maisonobe 2013-03-10 20:45:02 +00:00
parent 2fe8ea8d8e
commit ca139a75fe
1 changed files with 2 additions and 0 deletions

View File

@ -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 <tt>long</tt>
@ -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 <tt>long</tt>