Introduction - If you have any usage issues, please Google them yourself
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)