ULongProgression
Unsigned long progression generator configuration.
Properties
Candidate bounds excluded after minBound and maxBound are composed.
Candidate steps excluded after minStep and maxStep are composed.
Maximum candidate bound for generated ranges and progressions. The composed bound range is checked when candidates are sampled.
Maximum candidate step for generated progressions. The composed step range is checked when candidates are sampled.
Minimum candidate bound for generated ranges and progressions. The composed bound range is checked when candidates are sampled.
Minimum candidate step for generated progressions. The composed step range is checked when candidates are sampled.
Functions
Samples a step from the composed step candidates after applying min, max, and exclusion settings.
Creates settings that fix generated progression steps to value and clear configured step exclusions.
Creates settings that replace generated step endpoints with value and clear configured step exclusions.