# File lib/faker/address.rb, line 53
def
longitude
((
rand
*
360
)
-
180
).
to_s
end