Skip to content

Commit 24732da

Browse files
committed
Add command
1 parent 229f353 commit 24732da

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -515,6 +515,12 @@
515515
"path": "@stdlib/random/streams/randu",
516516
"group": "random"
517517
},
518+
{
519+
"command": "random-uniform",
520+
"description": "Uniformly distributed pseudorandom numbers.",
521+
"path": "@stdlib/random/streams/uniform",
522+
"group": "random"
523+
},
518524
{
519525
"command": "open-url",
520526
"description": "Open a URL.",

0 commit comments

Comments
 (0)