From ff49a743047f2dcadc1d60773b98cea1def30d9c Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Tue, 19 May 2026 03:02:26 +0000
Subject: [PATCH] docs: update related packages sections
---
.../@stdlib/ndarray/falses/README.md | 6 ++++++
.../@stdlib/random/array/laplace/README.md | 7 +++++++
.../@stdlib/random/poisson/README.md | 16 ++++++++++++++++
.../@stdlib/random/strided/rayleigh/README.md | 3 +++
4 files changed, 32 insertions(+)
diff --git a/lib/node_modules/@stdlib/ndarray/falses/README.md b/lib/node_modules/@stdlib/ndarray/falses/README.md
index 2a3c6afdcf86..4c18145c96c5 100644
--- a/lib/node_modules/@stdlib/ndarray/falses/README.md
+++ b/lib/node_modules/@stdlib/ndarray/falses/README.md
@@ -163,6 +163,8 @@ for ( i = 0; i < dt.length; i++ ) {
- [`@stdlib/ndarray/array`][@stdlib/ndarray/array]: multidimensional arrays.
- [`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]: multidimensional array constructor.
+- [`@stdlib/ndarray/falses-like`][@stdlib/ndarray/falses-like]: create an ndarray filled with false values and having the same shape and data type as a provided ndarray.
+- [`@stdlib/ndarray/trues`][@stdlib/ndarray/trues]: create an ndarray filled with true values and having a specified shape and data type.
@@ -180,6 +182,10 @@ for ( i = 0; i < dt.length; i++ ) {
[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
+[@stdlib/ndarray/falses-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/falses-like
+
+[@stdlib/ndarray/trues]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/trues
+
diff --git a/lib/node_modules/@stdlib/random/array/laplace/README.md b/lib/node_modules/@stdlib/random/array/laplace/README.md
index f4cf00bbe8a7..fdc639d95167 100644
--- a/lib/node_modules/@stdlib/random/array/laplace/README.md
+++ b/lib/node_modules/@stdlib/random/array/laplace/README.md
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
## See Also
+- [`@stdlib/random/laplace`][@stdlib/random/laplace]: generate pseudorandom numbers drawn from a Laplace (double exponential) distribution.
- [`@stdlib/random/base/laplace`][@stdlib/random/base/laplace]: Laplace (double exponential) distributed pseudorandom numbers.
@@ -376,6 +377,12 @@ logEach( '%f', x4 );
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
+
+
+[@stdlib/random/laplace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/laplace
+
+
+
diff --git a/lib/node_modules/@stdlib/random/poisson/README.md b/lib/node_modules/@stdlib/random/poisson/README.md
index ab87f884038e..5cb8e70b49c1 100644
--- a/lib/node_modules/@stdlib/random/poisson/README.md
+++ b/lib/node_modules/@stdlib/random/poisson/README.md
@@ -358,6 +358,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
@@ -378,6 +386,14 @@ 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/poisson]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/poisson
+
+[@stdlib/random/strided/poisson]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/poisson
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/rayleigh/README.md b/lib/node_modules/@stdlib/random/strided/rayleigh/README.md
index b8db84c6581d..5787c02ec16e 100644
--- a/lib/node_modules/@stdlib/random/strided/rayleigh/README.md
+++ b/lib/node_modules/@stdlib/random/strided/rayleigh/README.md
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/rayleigh`][@stdlib/random/rayleigh]: generate pseudorandom numbers drawn from a Rayleigh distribution.
- [`@stdlib/random/base/rayleigh`][@stdlib/random/base/rayleigh]: Rayleigh distributed pseudorandom numbers.
- [`@stdlib/random/array/rayleigh`][@stdlib/random/array/rayleigh]: create an array containing pseudorandom numbers drawn from a Rayleigh distribution.
@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/rayleigh
+
[@stdlib/random/array/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/rayleigh