We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96c9a73 commit 85eda4fCopy full SHA for 85eda4f
bin/cli_commands.json
@@ -527,6 +527,24 @@
527
"path": "@stdlib/random/streams/invgamma",
528
"group": "random"
529
},
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
541
542
543
+ "command": "random-logistic",
544
+ "description": "Logistic distributed pseudorandom numbers.",
545
+ "path": "@stdlib/random/streams/logistic",
546
547
548
{
549
"command": "random-minstd",
550
"description": "Park and Miller LCG pseudorandom numbers.",
0 commit comments