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 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." ,
Original file line number Diff line number Diff line change 8989Random:
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.
You can’t perform that action at this time.
0 commit comments