Class PdfContGaussianBoxMuller

  • All Implemented Interfaces:
    Pdf, PdfCont

    public class PdfContGaussianBoxMuller
    extends Object
    implements PdfCont
    Author:
    osborn
    • Constructor Detail

      • PdfContGaussianBoxMuller

        public PdfContGaussianBoxMuller​(double mean,
                                        double stdev)
    • Method Detail

      • draw

        public double draw​(Generator g)
        Description copied from interface: PdfCont
        Returns a random draw from this PDF using the provided StochasticEngine.Generator object.
        Specified by:
        draw in interface PdfCont
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object