Class RealIntDoubleSampler

java.lang.Object
io.nosqlbench.virtdata.library.curves4.continuous.common.RealIntDoubleSampler
All Implemented Interfaces:
IntToDoubleFunction

public class RealIntDoubleSampler extends Object implements IntToDoubleFunction
  • Constructor Details

    • RealIntDoubleSampler

      public RealIntDoubleSampler(DoubleUnaryOperator parentFunc, boolean hash, boolean clamp, double clampMin, double clampMax, boolean finite)
  • Method Details