Normally Distributed Random Number Generator

Generate up to 100 random, normally distributed variables.

This random number generator can be used to simulate the results of a normal distribution. For example, if the average height in a population is 70 inches, and the standard deviation is 3 inches, entering 70 as the mean, 3 as the standard deviation, and 50 as the number of variables to generate would simulate recording the heights of 50 random individuals from that population. Roughly 68% of the population would be between 67 and 73 inches tall, within 1 standard deviation of the mean.