运行 ❯
获取你的
自己的 Python
服务器
×
改变方向
改变主题,深色/浅色
进入 Spaces
from numpy import random x = random.rayleigh(scale=2, size=(2, 3)) print(x)