我对Python中random.seed()的作用有点困惑。例如,为什么下面的试验会做他们所做的(始终如一)?>>> import random >>> random.seed(9001) >>> random.randint(1, ...
確定! 回上一頁