日食三餐夜眠六尺

导航

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

统计

08 2022 档案

随机数生成random
摘要:```python import random ``` ```python # [0,1)内浮点数 random.random() # 0.8566504260676788 ``` ```python # 均匀分布 [min,max),浮点数 random.uniform(1,100) # 42.1 阅读全文

posted @ 2022-08-29 00:57 chenxiaoyuan 阅读(73) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示