Skip to content

Commit c5d0349

Browse files
committed
Add command
1 parent 7606219 commit c5d0349

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,12 @@
461461
"path": "@stdlib/random/streams/arcsine",
462462
"group": "random"
463463
},
464+
{
465+
"command": "random-box-muller",
466+
"description": "Box-Muller pseudorandom numbers.",
467+
"path": "@stdlib/random/streams/box-muller",
468+
"group": "random"
469+
},
464470
{
465471
"command": "random-improved-ziggurat",
466472
"description": "Improved Ziggurat pseudorandom numbers.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Plot:
8989
Random:
9090

9191
random-arcsine Arcsine distributed pseudorandom numbers.
92+
random-box-muller Box-Muller pseudorandom numbers.
9293
random-improved-ziggurat Improved Ziggurat pseudorandom numbers.
9394
random-minstd Park and Miller LCG pseudorandom numbers.
9495
random-minstd-shuffle Shuffled LCG pseudorandom numbers.

0 commit comments

Comments
 (0)