rand {SparkR}R Documentation

rand

Description

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

Usage

rand(seed)

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

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

See Also

Other normal_funcs: abs, bitwiseNOT, column, expr, greatest, ifelse, isnan, least, lit, nanvl, negate, randn, struct, when

Examples

## Not run: rand()

[Package SparkR version 2.0.0 Index]