Skip to content

Commit 76093e1

Browse files
committed
Update CLI commands
1 parent ae1fcbc commit 76093e1

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

bin/cli_commands.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,18 @@
461461
"path": "@stdlib/random/streams/arcsine",
462462
"group": "random"
463463
},
464+
{
465+
"command": "random-minstd",
466+
"description": "Park and Miller LCG pseudorandom numbers.",
467+
"path": "@stdlib/random/streams/minstd",
468+
"group": "random"
469+
},
470+
{
471+
"command": "random-mt19937",
472+
"description": "32-bit Mersenne Twister pseudorandom numbers.",
473+
"path": "@stdlib/random/streams/mt19937",
474+
"group": "random"
475+
},
464476
{
465477
"command": "open-url",
466478
"description": "Open a URL.",

bin/usage.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Plot:
8989
Random:
9090

9191
random-arcsine Arcsine distributed pseudorandom numbers.
92+
random-minstd Park and Miller LCG pseudorandom numbers.
93+
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
9294

9395
System:
9496

0 commit comments

Comments
 (0)