randn {SparkR}R Documentation

randn

Description

Generate a column with i.i.d. samples from the standard normal distribution.

Usage

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

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

randn(seed)

See Also

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

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


[Package SparkR version 1.5.1 Index]