Skip to content

Commit 85eda4f

Browse files
committed
Add commands
1 parent 96c9a73 commit 85eda4f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

bin/cli_commands.json

+18
Original file line numberDiff line numberDiff line change
@@ -527,6 +527,24 @@
527527
"path": "@stdlib/random/streams/invgamma",
528528
"group": "random"
529529
},
530+
{
531+
"command": "random-laplace",
532+
"description": "Laplace distributed pseudorandom numbers.",
533+
"path": "@stdlib/random/streams/laplace",
534+
"group": "random"
535+
},
536+
{
537+
"command": "random-levy",
538+
"description": "Lévy distributed pseudorandom numbers.",
539+
"path": "@stdlib/random/streams/levy",
540+
"group": "random"
541+
},
542+
{
543+
"command": "random-logistic",
544+
"description": "Logistic distributed pseudorandom numbers.",
545+
"path": "@stdlib/random/streams/logistic",
546+
"group": "random"
547+
},
530548
{
531549
"command": "random-minstd",
532550
"description": "Park and Miller LCG pseudorandom numbers.",

0 commit comments

Comments
 (0)