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