@ExperimentalUnsignedTypes fun Gen.Companion.uint(): Gen<UInt>
Returns a stream of values where each value is a randomly chosen UInt. The values always returned include the following edge cases: [UInt.MIN_VALUE, UInt.MAX_VALUE]