Random Country Generator
Generate random countries with flag, capital, population, and continent. Filter by continent. Cryptographically fair, runs in your browser.
Reference
How does the country generator work?
This tool picks a random country from a curated list of 195 sovereign nations using crypto.getRandomValues() with a bias-elimination loop so every country has exactly equal probability. Each result includes the country's flag emoji, capital city, approximate population, ISO code, and continent.
Common uses
- Geography learning — quiz yourself or students on world geography.
- Travel inspiration — let chance pick your next destination.
- Trivia games — generate prompts for country-themed games.
- Test fixtures — populate country columns in test databases.
Privacy
All data stays 100% in your browser. No information is sent to any server.