module FFaker::AddressDA

def street_address

def street_address
  "#{street_name} #{rand(0..99)}"
end