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.
Pseudo Normal Number Generator. Generates random numbers with given standard distribution and mean.
<script type="module">
import pnng from 'https://cdn.skypack.dev/pnng';
</script>
Generates random numbers in a (approximately) Normal distribution.
Random numbers are generated with Math.random(), and transformed with the Box-Muller transform.