$RandomGeneratorState

$RandomGeneratorState

给出默认随机数生成器的内部状态的表示.

更多信息

范例

打开所有单元关闭所有单元

基本范例  (1)

获取随机数生成器当前的状态:

应用  (1)

创建一个版本的 BlockRandom,如果无法恢复当前的随机状态,则拒绝运行:

激活没有可恢复状态的生成随机数的方法:

因为无法对此方法播种,BlockRandom 无法给出可重现的结果:

函数将拒绝进行计算:

激活有可恢复状态的生成随机数的方法:

在每次计算结束时函数恢复原来的随机状态:

因此下面的结果与前面的结果一致:

属性和关系  (4)

$RandomGeneratorState 返回一个 RandomGeneratorState 对象:

RandomIntegerRandomReal 及相关函数改变 $RandomGeneratorState

使用 RandomComplex

如新的哈希所示,状态已更改:

可用 SeedRandom 恢复 $RandomGeneratorState 的值:

在计算结束后恢复 $RandomGeneratorState 实际上相当于 BlockRandom

Wolfram Research (2020),$RandomGeneratorState,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$RandomGeneratorState.html.

文本

Wolfram Research (2020),$RandomGeneratorState,Wolfram 语言函数,https://reference.wolfram.com/language/ref/$RandomGeneratorState.html.

CMS

Wolfram 语言. 2020. "$RandomGeneratorState." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/$RandomGeneratorState.html.

APA

Wolfram 语言. (2020). $RandomGeneratorState. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/$RandomGeneratorState.html 年

BibTeX

@misc{reference.wolfram_2024_$randomgeneratorstate, author="Wolfram Research", title="{$RandomGeneratorState}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/$RandomGeneratorState.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_$randomgeneratorstate, organization={Wolfram Research}, title={$RandomGeneratorState}, year={2020}, url={https://reference.wolfram.com/language/ref/$RandomGeneratorState.html}, note=[Accessed: 21-November-2024 ]}