Skip to content

Commit 1953715

Browse files
committed
Add command
1 parent 2011799 commit 1953715

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
@@ -497,6 +497,12 @@
497497
"path": "@stdlib/random/streams/randi",
498498
"group": "random"
499499
},
500+
{
501+
"command": "random-randn",
502+
"description": "Normally distributed pseudorandom numbers.",
503+
"path": "@stdlib/random/streams/randn",
504+
"group": "random"
505+
},
500506
{
501507
"command": "random-randu",
502508
"description": "Pseudorandom numbers between 0 and 1.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Random:
9595
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
9696
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
9797
random-randi Pseudorandom numbers having integer values.
98+
random-randn Normally distributed pseudorandom numbers.
9899
random-randu Pseudorandom numbers between 0 and 1.
99100

100101
System:

0 commit comments

Comments
 (0)