[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jakarta-commons-dev
Subject:    [jira] Updated: (MATH-309) nextExponential parameter check bug -
From:       "Phil Steitz (JIRA)" <jira () apache ! org>
Date:       2009-10-31 2:32:59
Message-ID: 2060139224.1256956379549.JavaMail.jira () brutus
[Download RAW message or body]


     [ https://issues.apache.org/jira/browse/MATH-309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel \
]

Phil Steitz updated MATH-309:
-----------------------------

    Affects Version/s: 1.0
                       1.1
                       1.2
        Fix Version/s: 2.1

> nextExponential parameter check bug - patch supplied
> ----------------------------------------------------
> 
> Key: MATH-309
> URL: https://issues.apache.org/jira/browse/MATH-309
> Project: Commons Math
> Issue Type: Bug
> Affects Versions: 1.0, 1.1, 1.2, 2.0
> Environment: Ubuntu 9.04
> Reporter: Mikkel Meyer Andersen
> Priority: Minor
> Fix For: 2.1
> 
> Attachments: patch_random_exp
> 
> Original Estimate: 0.08h
> Remaining Estimate: 0.08h
> 
> Index: src/main/java/org/apache/commons/math/random/RandomDataImpl.java
> ===================================================================
> --- src/main/java/org/apache/commons/math/random/RandomDataImpl.java	(revision \
>                 830102)
> +++ src/main/java/org/apache/commons/math/random/RandomDataImpl.java	(working copy)
> @@ -462,7 +462,7 @@
> * @return the random Exponential value
> */
> public double nextExponential(double mean) {
> -        if (mean < 0.0) {
> +        if (mean <= 0.0) {
> throw MathRuntimeException.createIllegalArgumentException(
> "mean must be positive ({0})", mean);
> }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic