Skip to content

Commit 8a6bf85

Browse files
committed
Add command
1 parent c07e809 commit 8a6bf85

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,12 @@
491491
"path": "@stdlib/random/streams/mt19937",
492492
"group": "random"
493493
},
494+
{
495+
"command": "random-randi",
496+
"description": "Pseudorandom numbers having integer values.",
497+
"path": "@stdlib/random/streams/randi",
498+
"group": "random"
499+
},
494500
{
495501
"command": "open-url",
496502
"description": "Open a URL.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ Random:
9494
random-minstd Park and Miller LCG pseudorandom numbers.
9595
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
9696
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
97+
random-randi Pseudorandom numbers having integer values.
9798

9899
System:
99100

0 commit comments

Comments
 (0)