Decision Wheel (Random Picker)
Paste your options, spin the wheel, and let chance decide — nothing is uploaded.
Make decisions with a random picker
Enter one option per line, hit Spin, and the wheel picks one at random using your browser’s cryptographic random number generator — the same one used in password managers and security software. No data leaves your device.
Use it to settle debates, pick a restaurant, assign tasks, or break any deadlock where fairness matters.
FAQ
Is it truly random? Yes — it uses crypto.getRandomValues, a cryptographically secure source, not the weaker Math.random.
Can I weight the options? By default every option has equal weight. The underlying engine supports weights — future versions will expose this in the UI.
Is my data sent anywhere? No — everything runs in your browser.