We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc78230 commit 3cbae05Copy full SHA for 3cbae05
lib/node_modules/@stdlib/random/streams/discrete-uniform/docs/types/index.d.ts
@@ -89,7 +89,7 @@ declare class RandomStream extends Readable {
89
* @param a - minimum support
90
* @param b - maximum support
91
* @param options - stream options
92
- * @throws `a` must be less than `b`
+ * @throws `a` must be less than or equal to `b`
93
* @throws must provide valid options
94
* @throws must provide a valid state
95
* @returns stream instance
0 commit comments