Skip to content

Commit c66a339

Browse files
committed
Add commands
1 parent 42b0668 commit c66a339

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bin/cli_commands.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,18 @@
467467
"path": "@stdlib/random/streams/arcsine",
468468
"group": "random"
469469
},
470+
{
471+
"command": "random-beta",
472+
"description": "Beta distributed pseudorandom numbers.",
473+
"path": "@stdlib/random/streams/beta",
474+
"group": "random"
475+
},
476+
{
477+
"command": "random-betaprime",
478+
"description": "Beta prime distributed pseudorandom numbers.",
479+
"path": "@stdlib/random/streams/betaprime",
480+
"group": "random"
481+
},
470482
{
471483
"command": "random-box-muller",
472484
"description": "Box-Muller pseudorandom numbers.",
@@ -521,6 +533,12 @@
521533
"path": "@stdlib/random/streams/uniform",
522534
"group": "random"
523535
},
536+
{
537+
"command": "random-weibull",
538+
"description": "Weibull distributed pseudorandom numbers.",
539+
"path": "@stdlib/random/streams/weibull",
540+
"group": "random"
541+
},
524542
{
525543
"command": "open-url",
526544
"description": "Open a URL.",

0 commit comments

Comments
 (0)