Gilles created MATH-834:
---------------------------

             Summary: Replace calls to the various sampling methods in 
"RandomDataImpl"
                 Key: MATH-834
                 URL: https://issues.apache.org/jira/browse/MATH-834
             Project: Commons Math
          Issue Type: Task
            Reporter: Gilles
            Assignee: Gilles
            Priority: Minor
             Fix For: 3.1


Following MATH-764 and MATH-823, the "authoritative" code that implements 
sampling from distributions is located in the class that represents a specific 
distribution (in package "o.a.c.m.distribution").
Hence, all CM code that performs sampling from a distribution should call the 
"sample" method from the corresponding distribution, instead of one of the 
methods defined in "RandomDataImpl" (in package "o.a.c.m.random").


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to