randn {SparkR} | R Documentation |
Generate a column with independent and identically distributed (i.i.d.) samples from the standard normal distribution.
randn(seed) ## S4 method for signature 'missing' randn(seed) ## S4 method for signature 'numeric' randn(seed)
seed |
a random seed. Can be missing. |
randn since 1.5.0
randn(numeric) since 1.5.0
Other normal_funcs: abs
,
bitwiseNOT
, coalesce
,
column
, expr
,
greatest
, ifelse
,
isnan
, least
,
lit
, nanvl
,
negate
, rand
,
struct
, when
## Not run: randn()