Package com.kraken.api.service.movement
Class VariableStrideConfig
- java.lang.Object
-
- com.kraken.api.service.movement.VariableStrideConfig
-
public class VariableStrideConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VariableStrideConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcomputeStride()Computes a random stride value based on the configured mean, standard deviation, and min/max bounds.VariableStrideConfigwithTileDeviation()
-
-
-
Method Detail
-
withTileDeviation
public VariableStrideConfig withTileDeviation()
-
computeStride
public int computeStride()
Computes a random stride value based on the configured mean, standard deviation, and min/max bounds. Most results will cluster around the mean, with fewer results at the extremes.- Returns:
- The computed stride value.
-
-