We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4928f22 commit 7cd4226Copy full SHA for 7cd4226
package.json
@@ -63,6 +63,7 @@
63
"prng",
64
"stats",
65
"d3-random",
66
+ "probability",
67
"seedrandom",
68
"distribution",
69
"pseudorandom",
readme.md
@@ -8,7 +8,7 @@ Welcome to the most **random** module on npm! 😜
8
9
## Highlights <!-- omit in toc -->
10
11
-- Simple TS API
+- Simple TS API with zero dependencies
12
- **Seedable**
13
- Plugin support for different pseudo random number generators
14
- Includes many common distributions
0 commit comments