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).
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
seed? | number |