Pick Random Item
Randomly select one (or more) items from your list.
Items (one per line)
Result
Is it fair random?
Yes. Uses crypto.getRandomValues — a cryptographically strong random number generator built into your browser.
Can I pick multiple without repeat?
Yes. Set 'count' to number of items you want; each picked item is not returned to the pool.