Functions
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from Int.MIN_VALUE to Int.MAX_VALUE where their difference is at least 1 and thus results in a minimal size of 2 if the upper bound is treated as inclusive.
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from 1 to Int.MAX_VALUE where their difference is at least 1 and thus results in a minimal size of 2 if the upper bound is treated as inclusive.
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from Long.MIN_VALUE to Long.MAX_VALUE where their difference is at least 1 and thus results in a minimal size of 2 if the upper bound is treated as inclusive.
Returns an ArbArgsGenerator which generates Tuple2 representing a lower and upper bound where the bounds range from 1 to Long.MAX_VALUE where their difference is at least 1 and thus results in a minimal size of 2 if the upper bound is treated as inclusive.