RandomChoice
RandomChoice[{e1,e2,…}]
给出 ei 之一的伪随机选择.
RandomChoice[list,n]
给出 n 个伪随机选择组成的列表.
RandomChoice[list,{n1,n2,…}]
给出 n1×n2×… 的伪随机选择数组.
RandomChoice[{w1,w2,…}{e1,e2,…}]
给出由 wi 加权的伪随机选择.
RandomChoice[wlistelist,n]
给出 n 个加权后的选择.
RandomChoice[wlistelist,{n1,n2,…}]
给出 n1×n2×… 的加权选择数组.
更多信息
- RandomChoice 亦称为简单随机抽样或放回抽样.
- RandomChoice[{e1,e2,…}] 在所有的 ei 之间以同等概率进行选择.
- 无论何时运行 Wolfram 语言,RandomChoice 都给出不同的伪随机选择序列. 可通过 SeedRandom 从特定的种子开始.
- 可通过 SeedRandom 的选项 Method 指定使用的伪随机发生器.
范例
打开所有单元关闭所有单元应用 (9)
属性和关系 (2)
Wolfram Research (2007),RandomChoice,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RandomChoice.html.
文本
Wolfram Research (2007),RandomChoice,Wolfram 语言函数,https://reference.wolfram.com/language/ref/RandomChoice.html.
CMS
Wolfram 语言. 2007. "RandomChoice." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/RandomChoice.html.
APA
Wolfram 语言. (2007). RandomChoice. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/RandomChoice.html 年