Skip to content

Commit b16c675

Browse files
committed
Add command
1 parent 5d02a5b commit b16c675

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

bin/cli_commands.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@
497497
"path": "@stdlib/random/streams/randi",
498498
"group": "random"
499499
},
500+
{
501+
"command": "random-randu",
502+
"description": "Pseudorandom numbers between 0 and 1.",
503+
"path": "@stdlib/random/streams/randu",
504+
"group": "random"
505+
},
500506
{
501507
"command": "open-url",
502508
"description": "Open a URL.",

bin/usage.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Random:
9595
random-minstd-shuffle Shuffled LCG pseudorandom numbers.
9696
random-mt19937 32-bit Mersenne Twister pseudorandom numbers.
9797
random-randi Pseudorandom numbers having integer values.
98+
random-randu Pseudorandom numbers between 0 and 1.
9899

99100
System:
100101

0 commit comments

Comments
 (0)