Gaussian Random Generator
Generate random numbers following a normal (Gaussian) distribution with your specified mean and standard deviation.
What Does This Tool Do?
Unlike uniform random numbers (equally likely anywhere in a range), Gaussian/normal distribution produces numbers clustered around a mean, following the famous bell curve. This is how many real-world measurements are distributed.
Key Features
How to Use This Tool
- Set the mean (center of distribution).
- Set the standard deviation (spread).
- Choose how many numbers to generate.
- Click Generate.
How It Works
Uses the Box-Muller transform to convert uniform random numbers to normally distributed numbers: z = √(-2 ln U) × cos(2π V) where U and V are uniform random values.
Common Use Cases
Frequently Asked Questions
What is standard deviation?
Standard deviation measures the spread. ~68% of values fall within 1 standard deviation of the mean, ~95% within 2, ~99.7% within 3.
How is this different from uniform random numbers?
Uniform random numbers are equally likely anywhere in a range. Gaussian numbers cluster around the mean — values far from the mean are rare.
Related Tools
Link to This Tool
Copy and paste the code below to link to this tool from your website: