snowflake.snowpark.functions.randn¶
- snowflake.snowpark.functions.randn(seed: Optional[Union[Column, str, int, float]] = None) Column[source] (https://github.com/snowflakedb/snowpark-python/blob/v1.30.0/snowpark-python/src/snowflake/snowpark/functions.py#L11559-L11581)¶
Generates a column with independent and identically distributed (i.i.d.) samples from the standard normal distribution.
- Example::