File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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." ,
Original file line number Diff line number Diff 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
100101System:
You can’t perform that action at this time.
0 commit comments