Skip to content

Commit 6f9886f

Browse files
committed
Add command
1 parent 51790b5 commit 6f9886f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,12 @@
623623
"path": "@stdlib/random/streams/normal",
624624
"group": "random"
625625
},
626+
{
627+
"command": "random-pareto-type1",
628+
"description": "Pareto (type 1) distributed pseudorandom numbers.",
629+
"path": "@stdlib/random/streams/pareto-type1",
630+
"group": "random"
631+
},
626632
{
627633
"command": "random-poisson",
628634
"description": "Poisson distributed pseudorandom numbers.",

0 commit comments

Comments
 (0)