module Faker::Geolocation

def lat

def lat
  LATLNG.rand[0]
end

def lng

def lng
  LATLNG.rand[1]
end