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 461
461
"path" : " @stdlib/random/streams/arcsine" ,
462
462
"group" : " random"
463
463
},
464
+ {
465
+ "command" : " random-box-muller" ,
466
+ "description" : " Box-Muller pseudorandom numbers." ,
467
+ "path" : " @stdlib/random/streams/box-muller" ,
468
+ "group" : " random"
469
+ },
464
470
{
465
471
"command" : " random-improved-ziggurat" ,
466
472
"description" : " Improved Ziggurat pseudorandom numbers." ,
Original file line number Diff line number Diff line change 89
89
Random:
90
90
91
91
random-arcsine Arcsine distributed pseudorandom numbers.
92
+ random-box-muller Box-Muller pseudorandom numbers.
92
93
random-improved-ziggurat Improved Ziggurat pseudorandom numbers.
93
94
random-minstd Park and Miller LCG pseudorandom numbers.
94
95
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
You can’t perform that action at this time.
0 commit comments