pnng

Pseudo Normal Number Generator. Generates random numbers with given standard distribution and mean.

Usage no npm install needed!

<script type="module">
  import pnng from 'https://cdn.skypack.dev/pnng';
</script>

README

Pnng

Pseudo Normal Number Generator

Generates random numbers in a (approximately) Normal distribution.

Random numbers are generated with Math.random(), and transformed with the Box-Muller transform.