diff --git a/package.json b/package.json index 32e508d..0f1280f 100644 --- a/package.json +++ b/package.json @@ -63,6 +63,7 @@ "prng", "stats", "d3-random", + "probability", "seedrandom", "distribution", "pseudorandom", diff --git a/readme.md b/readme.md index ae6c5c8..a7474f8 100644 --- a/readme.md +++ b/readme.md @@ -8,7 +8,7 @@ Welcome to the most **random** module on npm! 😜 ## Highlights -- Simple TS API +- Simple TS API with zero dependencies - **Seedable** - Plugin support for different pseudo random number generators - Includes many common distributions