We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d02a5b commit b16c675Copy full SHA for b16c675
bin/cli_commands.json
@@ -497,6 +497,12 @@
497
"path": "@stdlib/random/streams/randi",
498
"group": "random"
499
},
500
+ {
501
+ "command": "random-randu",
502
+ "description": "Pseudorandom numbers between 0 and 1.",
503
+ "path": "@stdlib/random/streams/randu",
504
+ "group": "random"
505
+ },
506
{
507
"command": "open-url",
508
"description": "Open a URL.",
bin/usage.txt
@@ -95,6 +95,7 @@ Random:
95
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
96
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
97
random-randi Pseudorandom numbers having integer values.
98
+ random-randu Pseudorandom numbers between 0 and 1.
99
100
System:
101
0 commit comments