pnng
v1.0.0
Published
Pseudo Normal Number Generator. Generates random numbers with given standard distribution and mean.
Downloads
15
Maintainers
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.