import Foundation extension UInt32 { static func random() -> UInt32 { random(in: UInt32.min...UInt32.max) } }