module FFaker::AddressSE

def street_nbr

def street_nbr
  FFaker.numerify(fetch_sample(STREET_NBR_FORMATS))
end