About the Random State Generator
All fifty states are here, each printed with its official two letter postal abbreviation and its capital, so a draw reads as "Missouri (MO), capital Jefferson City". The capital is the part people most often get wrong, since the largest city and the seat of government differ in more than half the states.
Fifty is the ceiling with repeats off, because that is how many states there are. Drawing all fifty gives you the union in random order, which works nicely for a classroom activity where each pupil takes the next state on the list. Territories and the District of Columbia are not included, since the tool is built around the fifty state set that quizzes and forms use.
Geography teachers use it for capital city drills, travel planners use it to choose a next road trip destination, and developers use it to seed a state field in test data with a value that will pass a two letter validation rule. For a full mailing address in a particular state, the Random Texas Address Generator and Random Street Address Generator take it further.
How to use
- Set the count to 1 for a single pick or 50 to shuffle the whole union.
- Keep No repeats on when assigning states to a class or a team.
- Press Generate, then copy the result or download it as a list.
Common questions
- Are the capitals correct?
- Yes, every entry names the actual seat of state government, which is often not the largest city.
- Is Washington DC included?
- No. The list covers the fifty states only, since that is the set most quizzes and address forms expect.
- Can I get just the two letter codes?
- Generate the list, then delete everything after the closing bracket in your editor with a single find and replace.
- Why does it stop at 50 results?
- With repeats off, the draw ends once every state has been used.