randn {SparkR}R Documentation

randn

Description

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

Usage

randn(seed)

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

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

See Also

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

Examples

## Not run: randn()

[Package SparkR version 2.0.0 Index]