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 c07e809 commit 8a6bf85Copy full SHA for 8a6bf85
bin/cli_commands.json
@@ -491,6 +491,12 @@
491
"path": "@stdlib/random/streams/mt19937",
492
"group": "random"
493
},
494
+ {
495
+ "command": "random-randi",
496
+ "description": "Pseudorandom numbers having integer values.",
497
+ "path": "@stdlib/random/streams/randi",
498
+ "group": "random"
499
+ },
500
{
501
"command": "open-url",
502
"description": "Open a URL.",
bin/usage.txt
@@ -94,6 +94,7 @@ Random:
94
random-minstd Park and Miller LCG pseudorandom numbers.
95
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
96
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
97
+ random-randi Pseudorandom numbers having integer values.
98
99
System:
100
0 commit comments