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