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; col, column, column; expr, expr; greatest, greatest; ifelse; is.nan, isnan, isnan; least, least; lit, lit; nanvl, nanvl; negate, negate; rand, rand, rand; struct, struct; when

Examples

## Not run: randn()

[Package SparkR version 1.6.0 Index]