Random Compass Direction Generator

 
Compass points
Compass direction picked locally in your browser with the Web Crypto API.

Random direction picker

Pick one random compass direction with its abbreviation, full name, and representative bearing (e.g. NE — Northeast — 45°). Choose the resolution: 4-point cardinals (N, E, S, W), 8-point with the intercardinals (NE, SE, SW, NW), or the full 16-point rose adding NNE, ENE, and the rest. North is 0° and degrees increase clockwise.

Fair random selection

Each result is selected with browser randomness from the chosen set of compass points, every direction equally likely. Rangdom uses the Web Crypto API for random generation so the next direction is not predictable from previous results. The bearings are evenly spaced — 90° apart on a 4-point compass, 45° on 8-point, and 22.5° on 16-point.

When to use it

Use this generator for tabletop and board-game movement, orienteering and navigation drills, geocaching, random decision-making, and art or writing prompts that need a direction or heading. Start with 8-point for everyday use and switch to 16-point when you need finer bearings.