开发者:上海品职教育科技有限公司 隐私政策详情

应用版本:4.2.11(IOS)|3.2.5(安卓)APP下载

亚利 · 2023年05月21日

随机数种子是什么

NO.PZ2019040801000070

问题如下:

Analyst Amy uses a pseudo-random number generator to generate random numbers, which are continuosly and uniformly between zero and one. In the beginning, Amy define the initial seed value to generte random numbers sequences. If Amy wants to Improve the accuracy of random number sequences, then she can use a:

选项:

A.

large seed and initial value.

B.

large amount of replications and discarding the earliest random numbers.

C.

large number of replications and discarding the outliers.

D.

small seed and initial value.

解释:

B is correct.

考点:Random Number Generation

解析:本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。

请问随机数种子是什么,这里的结论课件上只有一张图,没有任何文字

3 个答案

DD仔_品职助教 · 2023年05月24日

嗨,爱思考的PZer你好:


是的,意思是不设置统一的起始,数据可以增加随机性。

----------------------------------------------
就算太阳没有迎着我们而来,我们正在朝着它而去,加油!

DD仔_品职助教 · 2023年05月23日

嗨,爱思考的PZer你好:


既然已经设计了开头,起始点都一样,那么接下来的数据都是用同一个起点,肯定没有不设计起点,任意跑的数据随机。

----------------------------------------------
加油吧,让我们一起遇见更好的自己!

亚利 · 2023年05月23日

意思是认为随机选一个开始的地方,增加了随机性?

DD仔_品职助教 · 2023年05月22日

嗨,努力学习的PZer你好:


同学你好,

随机数种子可以简单地理解为就是起始点,任意给出的起始随机数。

这里生成随机数的方法是:先用0-1的均匀分布,生成一个0-1之间的随机数,然后通过标准正态分布的反函数,来得到随机数。

但因为计算机的原因,我们求解随机数,需要先输入一个“种子”,相同的种子也就是起始的点,可以生成一串相同的0-1之间的随机数。所以这个其实就不是真正意义上的随机了。我们需要把开头的一些数给剔除掉,来使它更随机一些。

----------------------------------------------
就算太阳没有迎着我们而来,我们正在朝着它而去,加油!

亚利 · 2023年05月22日

为什么踢掉开头几个数能变随机呢

  • 3

    回答
  • 0

    关注
  • 203

    浏览
相关问题

NO.PZ2019040801000070问题如下Analyst Amy uses a pseu-ranm number generator to generate ranm numbers, whiare continuosly anuniformly between zero anone. In the beginning, Amy fine the initiseevalue to generte ranm numbers sequences. If Amy wants to Improve the accuraof ranm number sequences, then she cuse a:A.large seeaninitivalue.B.large amount of replications anscarng the earliest ranm numbers.C.large number of replications anscarng the outliers.small seeaninitivalue.B is correct.考点Ranm Number Generation解析本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。“所以这个其实就不是真正意义上的随机了。我们需要把开头的一些数给剔除掉,来使它更随机一些。”老师,您的解答,这里不太明白,您能否举个具体的例子?尤其是不是真正意义上的随机,把开头的一些数,这里

2024-05-23 15:37 1 · 回答

NO.PZ2019040801000070问题如下Analyst Amy uses a pseu-ranm number generator to generate ranm numbers, whiare continuosly anuniformly between zero anone. In the beginning, Amy fine the initiseevalue to generte ranm numbers sequences. If Amy wants to Improve the accuraof ranm number sequences, then she cuse a:A.large seeaninitivalue.B.large amount of replications anscarng the earliest ranm numbers.C.large number of replications anscarng the outliers.small seeaninitivalue.B is correct.考点Ranm Number Generation解析本题说的是要提高随机数序列的准确度,这可以通过加大实验次数以及剔除前期生成的随机数来完成。老师,为什么要剔除前期生成的随机数

2024-04-24 06:45 1 · 回答

老师您好,最初生成的随机数不够随机?那后面生成的随机数就是够随机了吗?这个地方怎么理解

2021-09-03 20:46 1 · 回答

老师,这题没懂,可以帮忙下吗

2020-06-23 22:37 1 · 回答