Package samer.maths

Class FunctionOfGenerator

  • java.lang.Object
    • samer.maths.FunctionOfGenerator
  • All Implemented Interfaces:
    Generator


    public class FunctionOfGenerator
    extends java.lang.Object
    implements Generator
    • Constructor Detail

    • Method Detail

      • next

        public double next()
        Specified by:
        next in interface Generator
      • next

        public void next(double[] x)
        Specified by:
        next in interface Generator
      • dispose

        public void dispose()
        Specified by:
        dispose in interface Generator
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object