运行 ❯
获取您的
自己的 Python
服务器
×
更改方向
更改主题,深色/浅色
前往 Spaces
import random random.seed(10) print(random.random()) #the generator creates a random number based on the seed value, so if the seed value is 10, you will always get 0.5714025946899135 as the first random number.
0.5714025946899135