Gaussian random numbers

Generate random numbers from an approximate normal (Gaussian) distribution.

Overview

Tips: Standard normal has mean 0 and standard deviation 1.

FAQ

Values are generated with the Box–Muller transform from uniform random inputs. They follow an approximate normal distribution.