snowflake.snowpark.functions.normal¶
- snowflake.snowpark.functions.normal(mean: Union[int, float], stddev: Union[int, float], gen: Union[Column, str, int, float])[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.29.0/snowpark-python/src/snowflake/snowpark/functions.py#L11482-L11512)¶
Generates a normally-distributed pseudo-random floating point number with specified mean and stddev (standard deviation).
- Example::