Interface SampleIfc

    • Method Detail

      • sample

        double sample()
        Returns:
        generates a random value
      • sample

        default double[] sample​(int sampleSize)
        Generates a random generate of the give size
        Parameters:
        sampleSize - the amount to fill
        Returns:
        A array holding the generate
      • sample

        default void sample​(double[] values)
        Fills the supplied array with randomly generated values
        Parameters:
        values - the array to fill