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.54
  • 0.45
  • 0.22
  • -2.27
  • 2.54
  • 0.78
  • 0.68
  • -1.35
  • 1.74
  • 1.34

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.

Advertisement