跳到正文
zh-Hans
列表与数字 免费 · 私密

随机多项抽取器

从列表中选出 N 个不重复的项目。

Pick N items from any list with or without replacement.

0 项

点击 抽取 查看结果。

选项
最近结果
  • 暂无历史。

常见问题

What is replacement?

With replacement, an item can be picked more than once. Without replacement, each pick is unique — that's the default.

Is the order significant?

No. The displayed order is just the order in which items were drawn, but every possible subset has an equal chance of being chosen.

Is it really random?

Yes. Picks come from the Web Crypto API (crypto.getRandomValues), which produces cryptographically sound, unbiased results — no predictable patterns.

Does my list get sent anywhere?

No. Everything runs entirely in your browser, so your list is never uploaded to any server, and the tool works offline.

相关随机器

发送反馈

发现了 Bug、想要新功能或只是想打个招呼?告诉我们。