We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdd2cd4 commit d8b6da7Copy full SHA for d8b6da7
bin/cli_commands.json
@@ -455,6 +455,12 @@
455
"path": "@stdlib/os/num-cpus",
456
"group": "system"
457
},
458
+ {
459
+ "command": "random-arcsine",
460
+ "description": "Arcsine distributed pseudorandom numbers.",
461
+ "path": "@stdlib/random/streams/arcsine",
462
+ "group": "random"
463
+ },
464
{
465
"command": "open-url",
466
"description": "Open a URL.",
bin/usage.txt
@@ -86,6 +86,10 @@ Plot:
86
87
sparkline Plot a sparkline.
88
89
+Random:
90
+
91
+ random-arcsine Arcsine distributed pseudorandom numbers.
92
93
System:
94
95
arch Operating system CPU architecture.
0 commit comments