ray.tune.randn# ray.tune.randn(mean: float = 0.0, sd: float = 1.0)[source]# Sample a float value normally with mean and sd. Parameters: mean – Mean of the normal distribution. Defaults to 0. sd – SD of the normal distribution. Defaults to 1.