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 5fc6df0 commit 03ee1fbCopy full SHA for 03ee1fb
lib/node_modules/@stdlib/random/base/mt19937/docs/types/index.d.ts
@@ -99,7 +99,7 @@ interface PRNG {
99
*/
100
interface NullaryFunction extends PRNG {
101
/**
102
- * Returns a pseudorandom integer on the interval `[1, 4294967295]`.
+ * Returns a pseudorandom integer on the interval `[0, 4294967295]`.
103
*
104
* @returns pseudorandom number
105
0 commit comments