I need a 10000 random number that distributed with the Maxwell distribution. For the normal distribution, I know that I have to use Box-Muller transform but my question is that why
normal_distribution
is defined as a variable (or anything that I don't know) by default? Is "normal_distribution" a function that gives numbers with normal distribution? If yes, is this possible for Maxwell distribution? If not, what should I do? In fact, I want to learn how to create random numbers with Maxwell distribution in C. Thanks for any tips.