Random

在 6.0 版本中,Random 被函数 RandomRealRandomInteger 取代.

Random[]

用来给出 0 和 1 之间均匀分布的伪随机数Real.

Random[type,range]

给出指定范围内指定类型的伪随机数.可能的类型有:IntegerRealComplex.缺省的范围是 0 到 1.您可以明确指定范围 {min,max}max 的范围指定等价于 {0,max}.

更多信息

  • Random[Integer] 以概率 给出 01.
  • Random[Complex] 给出以 01+i 为顶角的矩形中的一个复伪随机数.
  • Random[Complex,{zmin,zmax}] 给出以 zminzmax 为顶角的矩形中的伪随机数.
  • Random[Real,range,n] 给出一个 n 位精度的随机数. 主数位和尾数位都可以选为 0.
  • 不管何时运行 Wolfram 语言,Random 都返回一个不同的伪随机数序列,您可以通过使用 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 语言. 1988. "Random." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/Random.html.

APA

Wolfram 语言. (1988). Random. Wolfram 语言与系统参考资料中心. 追溯自 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: 22-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: 22-November-2024 ]}