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