Javadoc (MATH-730).

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1229050 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastien Brisard 2012-01-09 07:59:06 +00:00
parent d5c397414b
commit 744998a737

View File

@ -590,7 +590,7 @@ public class RandomDataImpl implements RandomData, Serializable {
* @param upper the upper bound. * @param upper the upper bound.
* @return a uniformly distributed random value from the interval (lower, upper) * @return a uniformly distributed random value from the interval (lower, upper)
* @throws NumberIsTooLargeException if {@code lower >= upper} * @throws NumberIsTooLargeException if {@code lower >= upper}
* @throws MathIllegalArgumentException if one of the bounds is infinite of * @throws MathIllegalArgumentException if one of the bounds is infinite or
* {@code NaN} * {@code NaN}
* or either bound is infinite or NaN * or either bound is infinite or NaN
*/ */
@ -617,7 +617,7 @@ public class RandomDataImpl implements RandomData, Serializable {
* @return a uniformly distributed random value from the interval (lower, * @return a uniformly distributed random value from the interval (lower,
* upper) * upper)
* @throws NumberIsTooLargeException if {@code lower >= upper} * @throws NumberIsTooLargeException if {@code lower >= upper}
* @throws MathIllegalArgumentException if one of the bounds is infinite of * @throws MathIllegalArgumentException if one of the bounds is infinite or
* {@code NaN} * {@code NaN}
* @since 3.0 * @since 3.0
*/ */