rand {SparkR}R Documentation

rand

Description

Generate a random column with i.i.d. samples from U[0.0, 1.0].

Usage

## S4 method for signature 'missing'
rand(seed)

## S4 method for signature 'numeric'
rand(seed)

rand(seed)

See Also

Other normal_funcs: abs; bitwiseNOT, bitwiseNOT; expr, expr; greatest, greatest; ifelse; isNaN, isNaN; least, least; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; when

Other normal_funcs: abs; bitwiseNOT, bitwiseNOT; expr, expr; greatest, greatest; ifelse; isNaN, isNaN; least, least; lit, lit; nanvl, nanvl; negate, negate; randn, randn, randn; when


[Package SparkR version 1.5.1 Index]