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 a567912 commit 5fc6df0Copy full SHA for 5fc6df0
lib/node_modules/@stdlib/random/base/mt19937/docs/types/index.d.ts
@@ -95,7 +95,7 @@ interface PRNG {
95
}
96
97
/**
98
-* Interface for generating pseudorandom integers on the interval `[1, 4294967295]`.
+* Interface for generating pseudorandom integers on the interval `[0, 4294967295]`.
99
*/
100
interface NullaryFunction extends PRNG {
101
0 commit comments