Skip to content

Commit 734185e

Browse files
committed
Add commands
1 parent 1500472 commit 734185e

File tree

1 file changed

+24
-6
lines changed

1 file changed

+24
-6
lines changed

bin/cli_commands.json

Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@
497497
"path": "@stdlib/random/streams/cosine",
498498
"group": "random"
499499
},
500+
{
501+
"command": "random-erlang",
502+
"description": "Erlang distributed pseudorandom numbers.",
503+
"path": "@stdlib/random/streams/erlang",
504+
"group": "random"
505+
},
500506
{
501507
"command": "random-gamma",
502508
"description": "Gamma distributed pseudorandom numbers.",
@@ -515,18 +521,18 @@
515521
"path": "@stdlib/random/streams/improved-ziggurat",
516522
"group": "random"
517523
},
518-
{
519-
"command": "random-kumaraswamy",
520-
"description": "Kumaraswamy distributed pseudorandom numbers.",
521-
"path": "@stdlib/random/streams/kumaraswamy",
522-
"group": "random"
523-
},
524524
{
525525
"command": "random-invgamma",
526526
"description": "Inverse gamma distributed pseudorandom numbers.",
527527
"path": "@stdlib/random/streams/invgamma",
528528
"group": "random"
529529
},
530+
{
531+
"command": "random-kumaraswamy",
532+
"description": "Kumaraswamy distributed pseudorandom numbers.",
533+
"path": "@stdlib/random/streams/kumaraswamy",
534+
"group": "random"
535+
},
530536
{
531537
"command": "random-laplace",
532538
"description": "Laplace distributed pseudorandom numbers.",
@@ -545,6 +551,12 @@
545551
"path": "@stdlib/random/streams/logistic",
546552
"group": "random"
547553
},
554+
{
555+
"command": "random-lognormal",
556+
"description": "Lognormal distributed pseudorandom numbers.",
557+
"path": "@stdlib/random/streams/lognormal",
558+
"group": "random"
559+
},
548560
{
549561
"command": "random-minstd",
550562
"description": "Park and Miller LCG pseudorandom numbers.",
@@ -563,6 +575,12 @@
563575
"path": "@stdlib/random/streams/mt19937",
564576
"group": "random"
565577
},
578+
{
579+
"command": "random-normal",
580+
"description": "Normally distributed pseudorandom numbers.",
581+
"path": "@stdlib/random/streams/normal",
582+
"group": "random"
583+
},
566584
{
567585
"command": "random-randi",
568586
"description": "Pseudorandom numbers having integer values.",

0 commit comments

Comments
 (0)