Randomize the case of a String:

    "hello world".random_case
    # => "HeLLO WoRLd"

