会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
gjn159235
博客园
首页
新随笔
联系
订阅
管理
2019年8月6日
np.random.seed()
摘要: 首先显示一段代码: import numpy as npnum = 0while(num<5):np.random.seed(1)print(np.random.random())num += 1 print(' ')num1 = 0np.random.seed(2)while(num1<5):pr
阅读全文
posted @ 2019-08-06 18:18 是大高呀
阅读(1594)
评论(0)
推荐(0)
编辑
公告