Interface PdfCont2d
-
- All Superinterfaces:
Pdf
- All Known Implementing Classes:
PdfCont2dBivariateGaussianViaEllipse
public interface PdfCont2d extends Pdf
- Author:
- moskowitz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[]draw(Generator g)Returns a 2-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.
-
-
-
Method Detail
-
draw
double[] draw(Generator g)
Returns a 2-dimensional random draw from this PDF using the provided StochasticEngine.Generator object.
-
-