Class Uniform
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
-
Constructor Details
-
Uniform
public Uniform(int lower, int upper, java.lang.String... modslist)
-