mirror of
https://gitee.com/bimuziyan/ccc-obfuscated-code.git
synced 2026-05-08 12:05:58 +08:00
362 B
362 B
coordinates
// usage
chance.coordinates()
chance.coordinates({fixed: 2})
Generate random coordinates, which are latitude and longitude, comma separated.
chance.coordinates();
=> "-29.52974, 24.52815"
By default includes 5 fixed digits after decimal, can specify otherwise.
chance.coordinates({fixed: 2});
=> "-49.16, 68.81"