Skip to content

randn

function randn(seed?): Column;

Defined in: functions/math.ts:186

Generates a column with independent and identically distributed (i.i.d.) samples from the standard normal distribution.

Parameter Type
seed? number

Column