from numpy import * num=0 while(num<5): random.seed(5) print(random.random()) num =1. 執行結果為:. 0.22199317108973948 0.22199317108973948
確定! 回上一頁