会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
tensor_zhang
博客园
首页
新随笔
联系
管理
订阅
2021年4月26日
如何实现由U[0,1]到N(0,1)
摘要: 1,工程上的做法有:同时运行n个这样的伪随机数程序,每步产生n个随机数,那么这n个数的和就近似服从正态分布了。 from matplotlib import pyplot as plt import random from tqdm import tqdm n = 20000 result = []
阅读全文
posted @ 2021-04-26 22:57 tensor_zhang
阅读(202)
评论(0)
推荐(0)
编辑
公告