ray.tune.randn# ray.tune.randn(mean: float = 0.0, sd: float = 1.0)[源代码]# 使用 mean 和 sd 从正态分布中采样一个浮点值。 参数: mean – 正态分布的均值。默认为 0。 sd – 正态分布的标准差。默认为 1。