randn
function randn(seed?): Column;Defined in: functions/math.ts:183
Generates a column with independent and identically distributed (i.i.d.) samples from the standard normal distribution.
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
seed? | number |