We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 541f80a commit b755fafCopy full SHA for b755faf
1 file changed
lib/node_modules/@stdlib/math/base/random/minstd/docs/repl.txt
@@ -80,6 +80,24 @@
80
--------
81
> var seed = {{alias}}.SEED;
82
83
+
84
+{{alias}}.MIN
85
+ Minimum possible value.
86
87
+ Examples
88
+ --------
89
+ > var v = {{alias}}.MIN
90
+ 1
91
92
93
+{{alias}}.MAX
94
+ Maximum possible value.
95
96
97
98
+ > var v = {{alias}}.MAX
99
+ 2147483646
100
101
See Also
102
103
0 commit comments