Skip to content

Commit d8b6da7

Browse files
committed
Update commands
1 parent bdd2cd4 commit d8b6da7

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -455,6 +455,12 @@
455455
"path": "@stdlib/os/num-cpus",
456456
"group": "system"
457457
},
458+
{
459+
"command": "random-arcsine",
460+
"description": "Arcsine distributed pseudorandom numbers.",
461+
"path": "@stdlib/random/streams/arcsine",
462+
"group": "random"
463+
},
458464
{
459465
"command": "open-url",
460466
"description": "Open a URL.",

bin/usage.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,10 @@ Plot:
8686

8787
sparkline Plot a sparkline.
8888

89+
Random:
90+
91+
random-arcsine Arcsine distributed pseudorandom numbers.
92+
8993
System:
9094

9195
arch Operating system CPU architecture.

0 commit comments

Comments
 (0)