java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
io.nosqlbench.virtdata.library.curves4.discrete.int_int.Uniform
All Implemented Interfaces:
java.util.function.IntUnaryOperator

public class Uniform
extends IntToIntDiscreteCurve
  • Field Summary

    Fields inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve

    COMPUTE, HASH, INTERPOLATE, MAP
  • Constructor Summary

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

    Methods inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve

    applyAsInt

    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.IntUnaryOperator

    andThen, compose
  • Constructor Details

    • Uniform

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