Skip to content

rand

function rand(seed?): Column;

Defined in: functions/math.ts:179

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

Parameter Type
seed? number

Column