Generate a truly random point on Earth: anywhere, on land only, or inside a chosen country.
How this tool works
A naive random latitude and longitude would cluster points near the poles, because lines of longitude converge there. This tool samples uniformly by area over the sphere, so every square kilometer of Earth is equally likely. Land only mode keeps sampling until the point falls inside a country boundary, and country mode samples inside your chosen country. Each result shows coordinates and the country (or ocean) it landed in.
What you can do with it
- Pick random travel or geoguessing destinations without bias toward the poles
- Generate sample points for games, art projects, or statistics demonstrations
- See for yourself that most random points land in the ocean
- Restrict the draw to land or to a single country
Why use it
Most random location sites use naive sampling that quietly overrepresents polar regions. Equal-area sampling is the statistically honest version, and the land and country filters make it actually usable.