Random

Randomは,バージョン6.0で関数RandomRealRandomIntegerに置き換えられた.

Random[]

0から1の範囲に一様に分布するRealタイプの擬似乱数を与える.

Random[type,range]

指定された範囲に指定されたタイプの擬似乱数を与える.可能なタイプとしてはIntegerRealそしてComplexがある.デフォルト設定の範囲は0から1である.範囲{min,max}を明示することができる.範囲の指定 max は,{0,max}と同値である.

詳細

  • Random[Integer]は,確率0または1を与える.
  • Random[Complex]は,複素平面上の点01+i を頂点とする長方形内の複素数の擬似乱数を与える.
  • Random[Complex,{zmin,zmax}]は,複素平面上の2点 zminzmaxによって定義される長方形内の複素数の擬似乱数を与える.
  • Random[Real,range,n]は,n 桁精度の実数の擬似乱数を発生する.先導する桁と連なる桁の両方を0として選択できる.
  • Randomは,Wolfram言語を起動するごとに異なる擬似乱数の列を与える.SeedRandomを使ってRandomを特定のシード(種)から発生させることができる.
Wolfram Research (1988), Random, Wolfram言語関数, https://reference.wolfram.com/language/ref/Random.html.

テキスト

Wolfram Research (1988), Random, Wolfram言語関数, https://reference.wolfram.com/language/ref/Random.html.

CMS

Wolfram Language. 1988. "Random." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/Random.html.

APA

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

BibTeX

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

BibLaTeX

@online{reference.wolfram_2024_random, organization={Wolfram Research}, title={Random}, year={1988}, url={https://reference.wolfram.com/language/ref/Random.html}, note=[Accessed: 21-November-2024 ]}