We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 229f353 commit 24732daCopy full SHA for 24732da
1 file changed
bin/cli_commands.json
@@ -515,6 +515,12 @@
515
"path": "@stdlib/random/streams/randu",
516
"group": "random"
517
},
518
+ {
519
+ "command": "random-uniform",
520
+ "description": "Uniformly distributed pseudorandom numbers.",
521
+ "path": "@stdlib/random/streams/uniform",
522
+ "group": "random"
523
+ },
524
{
525
"command": "open-url",
526
"description": "Open a URL.",
0 commit comments