Gaussian Random Number Generator
Generate random numbers that follow a Gaussian (normal) distribution. Set the mean (mu) and standard deviation (sigma), the amount and decimal places.
Advertisement
Generated numbers
- 0.57
- 0.28
- 0.93
- -0.42
- 1.2
- -0.59
- 1.96
- 1.01
- 0.11
- 0.66
Gaussian Random Number Generator
A Gaussian (normal) random number generator. Each value is drawn from a bell curve defined by a mean (mu) and a standard deviation (sigma). Useful for simulations, statistics, noise and modelling natural phenomena. Numbers are produced with a cryptographically secure random source and the Box-Muller transform.