Class Zipf
java.lang.Object
io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
io.nosqlbench.virtdata.library.curves4.discrete.int_int.Zipf
- All Implemented Interfaces:
java.util.function.IntUnaryOperator
public class Zipf extends IntToIntDiscreteCurve
- See Also:
- Wikipedia: Zipf's Law, Commons JavaDoc: ZipfDistribution {@inheritDoc}
-
Field Summary
Fields inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
COMPUTE, HASH, INTERPOLATE, MAP -
Constructor Summary
Constructors Constructor Description Zipf(int numberOfElements, double exponent, java.lang.String... modslist) -
Method Summary
Methods inherited from class io.nosqlbench.virtdata.library.curves4.discrete.int_int.IntToIntDiscreteCurve
applyAsInt
-
Constructor Details
-
Zipf
public Zipf(int numberOfElements, double exponent, java.lang.String... modslist)
-