Command Reference : Function Reference : Function Reference: R
  
 
@rnorm
Standard normal distribution random draw.
Syntax: @rnorm
Return: number
Draw a random value from the standard normal distribution with probability density function,
Examples
= @rnorm
returns a random draw from the standard normal distribution.
Cross-references
See also @cnorm, @logcnorm, @dnorm, and @qnorm.