【Python】詳解 random 模塊 + 僞隨機數淺析

目錄html 1、緒論python 2、說明算法 2.1 random.random() —— 獲取僞隨機數app 2.2 random.seed() —— 記錄與復現 (隨機數種子)dom 2.3 random.randrange() / random.randint() —— 指定範圍內生成僞隨機數函數 2.4 random.choice() / random.choices() —— 對序列
相關文章
相關標籤/搜索