class Faker::Address

def latitude

Returns:
  • (Float) -
def latitude
  ((rand * 180) - 90).to_f
end