Skip to content

rand

function rand(seed?): Column;

Defined in: functions/math.ts:176

Generates a random column with independent and identically distributed (i.i.d.) samples uniformly distributed in [0.0, 1.0).

ParameterType
seed?number

Column