$RandomState

バージョン6.0で,$RandomStateはスコープ構文のBlockRandomに置き換えられた.

$RandomState

関数Randomにより使われる擬似乱数発生アルゴリズムの内部状態を示す.

詳細

  • $RandomStateの値は,Randomの呼出しがあるたびに変更される.
  • $RandomStateの値を保存するには s=$RandomStateを使い,保存した値に戻すには$RandomState=s を使う.
  • $RandomStateの値は,確率論的な値の集合の中から選ばれた長い整数である.$RandomStateはこの集合の中の値にのみ割り当てることができる.
  • Block[{$RandomState},expr]を使うことで,式 expr の評価で$RandomStateの取る値を局所化することが可能である.
Wolfram Research (1996), $RandomState, Wolfram言語関数, https://reference.wolfram.com/language/ref/$RandomState.html.

テキスト

Wolfram Research (1996), $RandomState, Wolfram言語関数, https://reference.wolfram.com/language/ref/$RandomState.html.

CMS

Wolfram Language. 1996. "$RandomState." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/$RandomState.html.

APA

Wolfram Language. (1996). $RandomState. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/$RandomState.html

BibTeX

@misc{reference.wolfram_2024_$randomstate, author="Wolfram Research", title="{$RandomState}", year="1996", howpublished="\url{https://reference.wolfram.com/language/ref/$RandomState.html}", note=[Accessed: 22-December-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_$randomstate, organization={Wolfram Research}, title={$RandomState}, year={1996}, url={https://reference.wolfram.com/language/ref/$RandomState.html}, note=[Accessed: 22-December-2024 ]}