Random Coordinate Generator
Generates a random point on Earth's surface as a latitude/longitude pair. Latitude is weighted so points aren't bunched near the poles — every point on the globe's surface is equally likely, not just every degree of latitude.
What this generator does
Produces a latitude and longitude pair, for map testing, geography teaching and filling location fields.
How to use this tool
- Press generate for a random coordinate.
- Copy it, or generate again for a new point.
Worked examples
- Format
- 51.5074, -0.1278
- Ranges
- Latitude -90 to 90, longitude -180 to 180
Common use cases
- Random-location games or challenges
- Testing map or geolocation features
- Sampling ideas for worldbuilding
Limitations and good to know
- Coordinates are drawn uniformly over the ranges, so most land in the ocean — that is what the Earth's surface is mostly made of, not a fault in the tool.
Related generators
- Travel Destination PickerA travel destination idea for when planning has stalled on 'anywhere sounds fine'.
- Great Circle Route GeneratorThe shortest path between two points on the globe, with waypoints along it and the constant-bearing route shown for comparison.
- Random Point in Radius GeneratorCoordinates spread evenly over the area inside a radius, not bunched at the centre, and placed on a sphere rather than a flat grid.
- Voronoi Diagram GeneratorRegions of nearest-site ownership drawn by sampling, with every checked cell verified against every site and the region shares reported.
- Straight Line Graph Question GeneratorFind the equation of a line through two points, with exact fractional gradients rather than rounded decimals.