From 201ddcb670cae519c02d4faf0534688757fdc543 Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Sat, 20 Jun 2026 03:03:04 +0000
Subject: [PATCH 1/2] docs: update related packages sections
---
lib/node_modules/@stdlib/array/float64/README.md | 2 +-
.../@stdlib/assert/is-uint16array/README.md | 2 +-
lib/node_modules/@stdlib/random/base/t/README.md | 3 +++
.../@stdlib/random/kumaraswamy/README.md | 13 +++++++++++++
.../@stdlib/random/strided/gamma/README.md | 3 +++
5 files changed, 21 insertions(+), 2 deletions(-)
diff --git a/lib/node_modules/@stdlib/array/float64/README.md b/lib/node_modules/@stdlib/array/float64/README.md
index 2e0ffd7322cf..393d8c73b69d 100644
--- a/lib/node_modules/@stdlib/array/float64/README.md
+++ b/lib/node_modules/@stdlib/array/float64/README.md
@@ -1432,7 +1432,7 @@ console.log( arr );
## See Also
- [`@stdlib/array/buffer`][@stdlib/array/buffer]: ArrayBuffer.
-- [`@stdlib/array/float16`][@stdlib/array/float16]: Float16Array.
+- [`@stdlib/array/float16`][@stdlib/array/float16]: float16Array.
- [`@stdlib/array/float32`][@stdlib/array/float32]: Float32Array.
- [`@stdlib/array/int16`][@stdlib/array/int16]: Int16Array.
- [`@stdlib/array/int32`][@stdlib/array/int32]: Int32Array.
diff --git a/lib/node_modules/@stdlib/assert/is-uint16array/README.md b/lib/node_modules/@stdlib/assert/is-uint16array/README.md
index c051be27e4ba..be443e57cd52 100644
--- a/lib/node_modules/@stdlib/assert/is-uint16array/README.md
+++ b/lib/node_modules/@stdlib/assert/is-uint16array/README.md
@@ -115,7 +115,7 @@ bool = isUint16Array( null );
## See Also
-- [`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]: test if a value is a typed array.
+- [`@stdlib/assert/is-typed-array`][@stdlib/assert/is-typed-array]: test if a value is a built-in typed array.
- [`@stdlib/assert/is-uint32array`][@stdlib/assert/is-uint32array]: test if a value is a Uint32Array.
- [`@stdlib/assert/is-uint8array`][@stdlib/assert/is-uint8array]: test if a value is a Uint8Array.
diff --git a/lib/node_modules/@stdlib/random/base/t/README.md b/lib/node_modules/@stdlib/random/base/t/README.md
index ba77344afe47..f02a2fe88ee0 100644
--- a/lib/node_modules/@stdlib/random/base/t/README.md
+++ b/lib/node_modules/@stdlib/random/base/t/README.md
@@ -406,6 +406,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/t`][@stdlib/random/array/t]: create an array containing pseudorandom numbers drawn from a Student's t-distribution.
- [`@stdlib/random/iter/t`][@stdlib/random/iter/t]: create an iterator for generating pseudorandom numbers drawn from a Student's t distribution.
- [`@stdlib/random/streams/t`][@stdlib/random/streams/t]: create a readable stream for generating pseudorandom numbers drawn from a Student's t distribution.
+- [`@stdlib/random/t`][@stdlib/random/t]: generate pseudorandom numbers drawn from a Student's t-distribution.
@@ -427,6 +428,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/t
+[@stdlib/random/t]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/t
+
diff --git a/lib/node_modules/@stdlib/random/kumaraswamy/README.md b/lib/node_modules/@stdlib/random/kumaraswamy/README.md
index 5579766d75c9..30fcee9f7cd4 100644
--- a/lib/node_modules/@stdlib/random/kumaraswamy/README.md
+++ b/lib/node_modules/@stdlib/random/kumaraswamy/README.md
@@ -363,6 +363,13 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
@@ -383,6 +390,12 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
[@stdlib/ndarray/base/broadcast-shapes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/base/broadcast-shapes
+
+
+[@stdlib/random/array/kumaraswamy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/kumaraswamy
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/gamma/README.md b/lib/node_modules/@stdlib/random/strided/gamma/README.md
index 5ea03bb8bc02..96598f7cd70c 100644
--- a/lib/node_modules/@stdlib/random/strided/gamma/README.md
+++ b/lib/node_modules/@stdlib/random/strided/gamma/README.md
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/gamma`][@stdlib/random/gamma]: generate pseudorandom numbers drawn from a gamma distribution.
- [`@stdlib/random/base/gamma`][@stdlib/random/base/gamma]: gamma distributed pseudorandom numbers.
- [`@stdlib/random/array/gamma`][@stdlib/random/array/gamma]: create an array containing pseudorandom numbers drawn from a gamma distribution.
@@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/gamma
+
[@stdlib/random/array/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/gamma
From 0662ffbfbf27aca79c5f5ae0af4d00a8c1cb1af2 Mon Sep 17 00:00:00 2001
From: Athan
Date: Sat, 20 Jun 2026 03:47:26 -0700
Subject: [PATCH 2/2] Apply suggestions from code review
Co-authored-by: Athan
Signed-off-by: Athan
---
lib/node_modules/@stdlib/array/float64/README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/node_modules/@stdlib/array/float64/README.md b/lib/node_modules/@stdlib/array/float64/README.md
index 393d8c73b69d..2e0ffd7322cf 100644
--- a/lib/node_modules/@stdlib/array/float64/README.md
+++ b/lib/node_modules/@stdlib/array/float64/README.md
@@ -1432,7 +1432,7 @@ console.log( arr );
## See Also
- [`@stdlib/array/buffer`][@stdlib/array/buffer]: ArrayBuffer.
-- [`@stdlib/array/float16`][@stdlib/array/float16]: float16Array.
+- [`@stdlib/array/float16`][@stdlib/array/float16]: Float16Array.
- [`@stdlib/array/float32`][@stdlib/array/float32]: Float32Array.
- [`@stdlib/array/int16`][@stdlib/array/int16]: Int16Array.
- [`@stdlib/array/int32`][@stdlib/array/int32]: Int32Array.