Description: Box-Muller transform, the [0,1] uniform distribution is converted to [0,1] gaussian normal distribution. In matlab, the randn function can also be used to generate normal distribution. The idea of transformation can be used in other programming languages without normal distribution random functions (such as C)
File list (Check if you may need any files):