Interface RandomDoubleRangeGenerator<T extends Number>

    • Method Detail

      • setMinValue

        void setMinValue​(double value)
        Sets the minimum value of the numbers to generate.
        Parameters:
        value - the minimum
      • getMinValue

        double getMinValue()
        Returns the minimum value of the numbers to generate.
        Returns:
        the minimum
      • minValueTipText

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

        void setMaxValue​(double value)
        Sets the maximum value of the numbers to generate.
        Parameters:
        value - the maximum
      • getMaxValue

        double getMaxValue()
        Returns the maximum value of the numbers to generate.
        Returns:
        the maximum
      • maxValueTipText

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