sample_standard_normal

Generates a single sample from the standard normal distribution (mean = 0, stddev = 1) using the Box-Muller transform.

The Box-Muller method converts two uniformly distributed random numbers into a normally distributed random variable.

double
sample_standard_normal
()

Return Value

Type: double

A double sampled from N(0, 1)