class GovukSchemas::RandomContentGenerator

def hex(length = 10)

def hex(length = 10)
  length.times.map { bool ? random_letter : random_number }.join("")
end