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

public class Geometric
extends IntToIntDiscreteCurve
See Also:
Wikipedia: Geometric distribution, Commons JavaDoc: GeometricDistribution {@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
    Geometric​(double p, 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

    • Geometric

      public Geometric​(double p, java.lang.String... modslist)