Skip to content

Commit bc8fe6b

Browse files
committed
Auto-generated commit
1 parent e8c0b15 commit bc8fe6b

11 files changed

+50
-33
lines changed

Diff for: .github/.keepalive

-1
This file was deleted.

Diff for: .github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
# Checkout the repository:
4343
- name: 'Checkout repository'
44-
# Pin action to full length commit SHA corresponding to v4.1.0
45-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
44+
# Pin action to full length commit SHA
45+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4646

4747
# Install Node.js:
4848
- name: 'Install Node.js'

Diff for: .github/workflows/examples.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141

4242
# Checkout repository:
4343
- name: 'Checkout repository'
44-
# Pin action to full length commit SHA corresponding to v4.1.0
45-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
44+
# Pin action to full length commit SHA
45+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
4646

4747
# Install Node.js:
4848
- name: 'Install Node.js'

Diff for: .github/workflows/npm_downloads.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545
steps:
4646
# Checkout the repository:
4747
- name: 'Checkout repository'
48-
# Pin action to full length commit SHA corresponding to v4.1.0
49-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
48+
# Pin action to full length commit SHA
49+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5050
timeout-minutes: 10
5151

5252
# Install Node.js:

Diff for: .github/workflows/productionize.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
steps:
6262
# Checkout main branch of repository:
6363
- name: 'Checkout main branch'
64-
# Pin action to full length commit SHA corresponding to v4.1.0
65-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+
# Pin action to full length commit SHA
65+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6666
with:
6767
ref: main
6868

@@ -134,8 +134,8 @@ jobs:
134134
# Checkout the repository:
135135
- name: 'Checkout repository'
136136
if: ${{ github.event.inputs.require-passing-tests == 'true' }}
137-
# Pin action to full length commit SHA corresponding to v4.1.0
138-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
137+
# Pin action to full length commit SHA
138+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
139139
with:
140140
# Use the `production` branch:
141141
ref: production
@@ -188,8 +188,8 @@ jobs:
188188
steps:
189189
# Checkout the repository:
190190
- name: 'Checkout repository'
191-
# Pin action to full length commit SHA corresponding to v4.1.0
192-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
191+
# Pin action to full length commit SHA
192+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
193193

194194
# Configure git:
195195
- name: 'Configure git'
@@ -364,8 +364,8 @@ jobs:
364364
steps:
365365
# Checkout the repository:
366366
- name: 'Checkout repository'
367-
# Pin action to full length commit SHA corresponding to v4.1.0
368-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
367+
# Pin action to full length commit SHA
368+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
369369

370370
# Configure git:
371371
- name: 'Configure git'
@@ -538,8 +538,8 @@ jobs:
538538
steps:
539539
# Checkout the repository:
540540
- name: 'Checkout repository'
541-
# Pin action to full length commit SHA corresponding to v4.1.0
542-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
541+
# Pin action to full length commit SHA
542+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
543543

544544
# Configure git:
545545
- name: 'Configure git'
@@ -719,8 +719,8 @@ jobs:
719719

720720
# Checkout the repository:
721721
- name: 'Checkout repository'
722-
# Pin action to full length commit SHA corresponding to v4.1.0
723-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
722+
# Pin action to full length commit SHA
723+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
724724
with:
725725
fetch-depth: 2
726726

Diff for: .github/workflows/publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161

6262
# Checkout the repository:
6363
- name: 'Checkout repository'
64-
# Pin action to full length commit SHA corresponding to v4.1.0
65-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
64+
# Pin action to full length commit SHA
65+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6666

6767
# Install Node.js:
6868
- name: 'Install Node.js'

Diff for: .github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858

5959
# Checkout the repository:
6060
- name: 'Checkout repository'
61-
# Pin action to full length commit SHA corresponding to v4.1.0
62-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61+
# Pin action to full length commit SHA
62+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6363

6464
# Install Node.js:
6565
- name: 'Install Node.js'

Diff for: .github/workflows/test_bundles.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
steps:
5050
# Checkout UMD branch of the repository:
5151
- name: 'Checkout branch with UMD build'
52-
# Pin action to full length commit SHA corresponding to v4.1.0
53-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
52+
# Pin action to full length commit SHA
53+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5454
with:
5555
ref: umd
5656

@@ -116,8 +116,8 @@ jobs:
116116

117117
# Checkout ES modules branch of the repository:
118118
- name: 'Checkout branch with ESM build'
119-
# Pin action to full length commit SHA corresponding to v4.1.0
120-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
119+
# Pin action to full length commit SHA
120+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
121121
with:
122122
ref: esm
123123

@@ -161,8 +161,8 @@ jobs:
161161

162162
# Checkout Deno branch of the repository:
163163
- name: 'Checkout branch with Deno build'
164-
# Pin action to full length commit SHA corresponding to v4.1.0
165-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
164+
# Pin action to full length commit SHA
165+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
166166
with:
167167
ref: deno
168168

Diff for: .github/workflows/test_coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646

4747
# Checkout the repository:
4848
- name: 'Checkout repository'
49-
# Pin action to full length commit SHA corresponding to v4.1.0
50-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
49+
# Pin action to full length commit SHA
50+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5151

5252
# Install Node.js:
5353
- name: 'Install Node.js'

Diff for: .github/workflows/test_install.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858

5959
# Checkout the repository:
6060
- name: 'Checkout repository'
61-
# Pin action to full length commit SHA corresponding to v4.1.0
62-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
61+
# Pin action to full length commit SHA
62+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
6363

6464
# Install Node.js:
6565
- name: 'Install Node.js'

Diff for: README.md

+18
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,14 @@ logEach( '%d', x4 );
362362

363363
<section class="related">
364364

365+
* * *
366+
367+
## See Also
368+
369+
- <span class="package-name">[`@stdlib/random-array/uniform`][@stdlib/random/array/uniform]</span><span class="delimiter">: </span><span class="description">create an array containing pseudorandom numbers drawn from a continuous uniform distribution.</span>
370+
- <span class="package-name">[`@stdlib/random-base/discrete-uniform`][@stdlib/random/base/discrete-uniform]</span><span class="delimiter">: </span><span class="description">discrete uniform distributed pseudorandom numbers.</span>
371+
- <span class="package-name">[`@stdlib/random-strided/discrete-uniform`][@stdlib/random/strided/discrete-uniform]</span><span class="delimiter">: </span><span class="description">fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.</span>
372+
365373
</section>
366374

367375
<!-- /.related -->
@@ -443,6 +451,16 @@ Copyright &copy; 2016-2023. The Stdlib [Authors][stdlib-authors].
443451

444452
[@stdlib/array/float64]: https://github.com/stdlib-js/array-float64
445453

454+
<!-- <related-links> -->
455+
456+
[@stdlib/random/array/uniform]: https://github.com/stdlib-js/random-array-uniform
457+
458+
[@stdlib/random/base/discrete-uniform]: https://github.com/stdlib-js/random-base-discrete-uniform
459+
460+
[@stdlib/random/strided/discrete-uniform]: https://github.com/stdlib-js/random-strided-discrete-uniform
461+
462+
<!-- </related-links> -->
463+
446464
</section>
447465

448466
<!-- /.links -->

0 commit comments

Comments
 (0)