Class VariableStrideConfig


  • public class VariableStrideConfig
    extends java.lang.Object
    • Constructor Detail

      • VariableStrideConfig

        public VariableStrideConfig()
    • Method Detail

      • 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.