random module

  • 尝试理解, Python下随机数的产生原理和算法

  1. 伪随机数:(pseudorandom number)  算法+指定的不确定因素 (种子seed).  一般计算机的随机数都是伪随机数,以一个真随机数(种子)作为初始条件,然后用一定的算法不停迭代产生随机数。
  2. 种子seed:一般种子可以根据当前的系统时间,这是完全随机的。
  3. random module中的method, 生成随机数的步骤:(指定一个seed) ---> (随机数产生算法) ---> 取到 [0,1) 范围内随机分布的随机数. 
  4. To completely reset between runs, you will have to restart the kernel via the menu option (Run -> Restart Kernel) or via the keyboard (Ctrl with the period key). 
  5. with random.seed() (without any arguments),  you can reset the seed to use the system clock,  when you are writing a program and would like to generate pseudorandom number later on in the code.

 

  • the random module

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值