Random Height Generator
Generate a random human height within a realistic range, in cm and ft/in.
How the random height generator works
Real human height follows a roughly bell-shaped (normal) distribution rather than a flat range, so this tool samples from a normal distribution centered on commonly-cited adult averages — about 175 cm for adult males and 162 cm for adult females — using the Box-Muller transform driven by your browser's cryptographically secure random source (crypto.getRandomValues()). Results are clamped to a realistic min/max so you never get an implausible outlier, then converted to feet and inches alongside the centimeter value. Handy for generating placeholder character stats, test data for forms, or random profile fields. Everything runs locally in your browser — nothing is sent anywhere.
Private & free — this tool runs entirely in your browser.