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