module Faker::AddressUS

def state

def state
  STATE.rand
end