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:
parent
2fe8ea8d8e
commit
ca139a75fe
|
@ -246,6 +246,7 @@ public class RandomDataGenerator implements RandomData, Serializable {
|
||||||
* between 0 (inclusive) and the specified value (exclusive), drawn from
|
* between 0 (inclusive) and the specified value (exclusive), drawn from
|
||||||
* this random number generator's sequence.
|
* 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
|
* @param n the bound on the random number to be returned. Must be
|
||||||
* positive.
|
* positive.
|
||||||
* @return a pseudorandom, uniformly distributed <tt>long</tt>
|
* @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
|
* between 0 (inclusive) and the specified value (exclusive), drawn from
|
||||||
* this random number generator's sequence.
|
* 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
|
* @param n the bound on the random number to be returned. Must be
|
||||||
* positive.
|
* positive.
|
||||||
* @return a pseudorandom, uniformly distributed <tt>long</tt>
|
* @return a pseudorandom, uniformly distributed <tt>long</tt>
|
||||||
|
|
Loading…
Reference in New Issue