Skip to main content
KO
🎲

Random Picker

Fair random picking, shuffling, and team dividing in one place. Uses cryptographic randomness (crypto API) to guarantee unbiased results.

0 items entered

Results will appear here

💡 How to Use

Enter items separated by line breaks, then choose your desired function. The 'Pick' tab randomly selects the specified number of items, the 'Shuffle' tab randomizes the order of all items, and the 'Teams' tab divides items evenly into your chosen number of teams. Everything runs 100% client-side using the browser's Web Crypto API.

Related Tools

FAQ

Are the results truly fair?
Yes. We use the browser's Web Crypto API (crypto.getRandomValues) to generate cryptographically secure random numbers. This ensures far more uniform and unpredictable results than Math.random().
Are results stored on a server?
No. All processing happens in your browser only, and no items or results are ever sent to a server. All data is lost when you close the page.
How many items can I enter?
There is no hard limit, but we recommend 1,000 items or fewer for a smooth experience. Very large lists may take longer to process depending on your browser's performance.

Related Articles