Gaussian (Normal) Random Number Generator
The Gaussian or Normal distribution is widely used in statistical tests and analysis of sample data. Most random number generators produce numbers that are uniformly distributed between a given minimum and maximum, however, researchers often need to generate sets of numbers that are normally distributed.
The tool below will generate N normally distrubted random numbers when you input the mean μ and standard deviation σ.
After the list is generated, you can copy and paste the set of numbers and analyze them using the Descriptive Statistics Calculator, which computes the mean, median, variance, standard deviation, and other statistical measures.
For a normally distrubuted random variable with probability density function

mean = μ
median = μ
mode = μ
variance = σ²
s.d. = σ
skew = 0
© Had2Know 2010
