Re: [math] "sample" methods missing from interface

2010-09-30 Thread Phil Steitz
We should add these methods to the interfaces in the 3.0 branch. On Sep 30, 2010, at 9:47 AM, Gilles Sadowski wrote: > Hi. > > In package "distribution", the methods related to sampling are defined in > the abstract classes ("Abstract{Continuous|Integer}Distribution") but not > declared in

[math] "sample" methods missing from interface

2010-09-30 Thread Gilles Sadowski
Hi. In package "distribution", the methods related to sampling are defined in the abstract classes ("Abstract{Continuous|Integer}Distribution") but not declared in the corresponding interfaces ("{Continuous|Integer}Distribution"). Is it intended or can I make them visible at the interface level?