module FFaker::AddressDA

def street_address

def street_address
  "#{street_name} #{rand(100)}"
end