Details
-
Task
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
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").