Interface DistributionBasedRandomNumberGenerator<T extends Number>

    • Method Detail

      • setMean

        void setMean​(double value)
        Sets the mean to use.
        Parameters:
        value - the mean
      • getMean

        double getMean()
        Returns the mean to use.
        Returns:
        the mean
      • meanTipText

        String meanTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setStdev

        void setStdev​(double value)
        Sets the stdev to use.
        Parameters:
        value - the stdev
      • getStdev

        double getStdev()
        Returns the stdev to use.
        Returns:
        the stdev
      • stdevTipText

        String stdevTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.