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.35.0/src/snowflake/snowpark/functions.py#L11705-L11734)¶
Generates a normally-distributed pseudo-random floating point number with specified mean and stddev (standard deviation).
- Example::