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.
A double sampled from N(0, 1)
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.