ULongRange

object ULongRange

Unsigned long range generator configuration.

Properties

Link copied to clipboard

Candidate bounds excluded after minBound and maxBound are composed.

Link copied to clipboard

Maximum candidate bound for generated ranges and progressions. The composed bound range is checked when candidates are sampled.

Link copied to clipboard

Minimum candidate bound for generated ranges and progressions. The composed bound range is checked when candidates are sampled.

Functions

Link copied to clipboard
context(context: FakeContext)
fun bounds(): ULongRange

Samples two bounds from the composed candidate range and returns them as an ascending range.

Creates settings that fix generated range bounds to value and clear configured bound exclusions.

Creates settings that replace generated bound endpoints with value and clear configured bound exclusions.