Currently, RandomNumberGenerator.next(upperBound)
is available for T: FixedWidthInteger & UnsignedInteger
.
If an implementation were written that works with all UnsignedInteger
types, could the FixedWidthInteger
constraint be lifted in an ABI-compatible way?