mirror of
https://github.com/apache/commons-math.git
synced 2025-02-10 20:15:54 +00:00
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:
parent
d5c397414b
commit
744998a737
@ -590,7 +590,7 @@ public class RandomDataImpl implements RandomData, Serializable {
|
||||
* @param upper the upper bound.
|
||||
* @return a uniformly distributed random value from the interval (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}
|
||||
* 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,
|
||||
* 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}
|
||||
* @since 3.0
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user