Class RandomNumber

    • Constructor Detail

      • RandomNumber

        public RandomNumber()
    • Method Detail

      • call

        public Object call​(Object[] args)
        Description copied from class: PureFunction
        Computes the value of the function on the given arguments
        Specified by:
        call in class PureFunction
        Parameters:
        args - the values of the arguments
        Returns:
        the return value of the function
      • getDescription

        public String getDescription()
      • getParams

        public String getParams()
      • getReturns

        public String getReturns()