Simulate univariate normal random variates
rnorm0(n, mean = 0, sd = 1)# S4 method for numeric,dual,dual
rnorm0(n, mean = 0, sd = 1)
# S4 method for numeric,ANY,dual
rnorm0(n, mean = 0, sd = 1)
# S4 method for numeric,dual,ANY
rnorm0(n, mean = 0, sd = 1)
Positive integer; the number of samples.
A dual number or a numeric vector; the mean of the normal distribution.
A dual number or a numeric vector; the standard deviation of the normal distribution.