Everything you need to know about Spin the Wheel.
crypto.getRandomValues(), the cryptographically secure random number generator built into every modern browser — the same standard used to generate TLS session keys for online banking. Each spin is statistically independent of every other.
Math.random() is a deterministic pseudo-random generator — security researchers have shown its internal seed can be reconstructed from observed outputs, making future results predictable. crypto.getRandomValues() draws from unpredictable hardware entropy instead, so it can't be reverse-engineered.
crypto.getRandomValues() is mapped uniformly across all landing angles — no weighting, no boosting, no hidden bias.
crypto.getRandomValues() call as a real spin, and shows the result count for every entry.
localStorage, sessionStorage, IndexedDB, or cookies to persist your names between visits. If you want to save a list, copy it to a text file on your own device. The only third-party scripts on the page are Google AdSense and Google Fonts — neither service receives your wheel entries.