Hacker News new | ask | show | jobs
Show HN: A large number of statistical distributions in JavaScript (github.com)
6 points by tantanmen 1578 days ago
Hi there,

I've been working on this library for a while. It started as having the need for just a few random generators that are statistically tested and it quickly escalated to 130+ distributions...

So far that's the only library I've seen that has generators that are fully covered by tests. I hope you guys find it useful.

1 comments

Ah perfect! I was looking for something like this. Thanks for building it.