Class Uniform

  • All Implemented Interfaces:
    java.util.function.LongUnaryOperator

    public class Uniform
    extends LongToLongDiscreteCurve
    • Constructor Summary

      Constructors 
      Constructor Description
      Uniform​(int lower, int upper, java.lang.String... modslist)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.function.LongUnaryOperator

        andThen, compose
    • Constructor Detail

      • Uniform

        public Uniform​(int lower,
                       int upper,
                       java.lang.String... modslist)