protocol Randomable: CaseIterable { // MARK: Functions static func random() -> Self }