リストと数値 無料 · プライベート
ランダム単一ピッカー
リストから 1 項目をランダムに選びます。
Pick one item from any list — perfect for raffles, decisions, or who-goes-first.
Paste. Put any list in the box, one item per line.
0 項目
1 つ選ぶ をクリックすると結果が表示されます。
オプション
最近の結果
- 履歴はまだありません。
仕組み
- Paste. Put any list in the box, one item per line.
- Pick. Hit Randomize. You can re-roll any time.
- Track. Turn on "No repeats" to make sure the same item isn't picked twice this session.
よくある質問
How is the pick chosen?
Each item has exactly equal probability. We pick a uniformly-random index using the Web Crypto API (crypto.getRandomValues) with rejection sampling, so there's no modulo bias.
Can it avoid repeats?
Turn on "No repeats" in Options and previously-picked items will be skipped until you reset, which is great for working through a list one winner at a time.
Does my list get sent anywhere?
No. Everything runs entirely in your browser, your list is never uploaded, and the tool keeps working even offline.