From 9a1d691770422d3ac1188e5ba4667bd4eeb84b22 Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Fri, 22 May 2026 03:03:05 +0000
Subject: [PATCH] docs: update related packages sections
---
.../random/array/negative-binomial/README.md | 3 +++
.../@stdlib/random/array/triangular/README.md | 7 +++++++
.../@stdlib/random/base/erlang/README.md | 3 +++
.../@stdlib/random/base/frechet/README.md | 3 +++
.../@stdlib/random/geometric/README.md | 16 ++++++++++++++++
.../@stdlib/random/strided/gamma/README.md | 3 +++
.../@stdlib/random/strided/lognormal/README.md | 3 +++
7 files changed, 38 insertions(+)
diff --git a/lib/node_modules/@stdlib/random/array/negative-binomial/README.md b/lib/node_modules/@stdlib/random/array/negative-binomial/README.md
index 04b135719fe9..6d7f63d94aa4 100644
--- a/lib/node_modules/@stdlib/random/array/negative-binomial/README.md
+++ b/lib/node_modules/@stdlib/random/array/negative-binomial/README.md
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
## See Also
+- [`@stdlib/random/negative-binomial`][@stdlib/random/negative-binomial]: generate pseudorandom numbers drawn from a negative binomial distribution.
- [`@stdlib/random/array/binomial`][@stdlib/random/array/binomial]: create an array containing pseudorandom numbers drawn from a binomial distribution.
- [`@stdlib/random/base/negative-binomial`][@stdlib/random/base/negative-binomial]: negative binomial distributed pseudorandom numbers.
@@ -379,6 +380,8 @@ logEach( '%f', x4 );
+[@stdlib/random/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/negative-binomial
+
[@stdlib/random/array/binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/binomial
diff --git a/lib/node_modules/@stdlib/random/array/triangular/README.md b/lib/node_modules/@stdlib/random/array/triangular/README.md
index e1b975aaf98e..c1ee9bae3ea8 100644
--- a/lib/node_modules/@stdlib/random/array/triangular/README.md
+++ b/lib/node_modules/@stdlib/random/array/triangular/README.md
@@ -361,6 +361,7 @@ logEach( '%f', x4 );
## See Also
- [`@stdlib/random/base/triangular`][@stdlib/random/base/triangular]: triangular distributed pseudorandom numbers.
+- [`@stdlib/random/triangular`][@stdlib/random/triangular]: generate pseudorandom numbers drawn from a triangular distribution.
@@ -378,6 +379,12 @@ logEach( '%f', x4 );
[@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64
+
+
+[@stdlib/random/triangular]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/triangular
+
+
+
diff --git a/lib/node_modules/@stdlib/random/base/erlang/README.md b/lib/node_modules/@stdlib/random/base/erlang/README.md
index e7752f10527d..3a9e589110d3 100644
--- a/lib/node_modules/@stdlib/random/base/erlang/README.md
+++ b/lib/node_modules/@stdlib/random/base/erlang/README.md
@@ -420,6 +420,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/erlang`][@stdlib/random/array/erlang]: create an array containing pseudorandom numbers drawn from an Erlang distribution.
- [`@stdlib/random/iter/erlang`][@stdlib/random/iter/erlang]: create an iterator for generating pseudorandom numbers drawn from an Erlang distribution.
- [`@stdlib/random/streams/erlang`][@stdlib/random/streams/erlang]: create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution.
+- [`@stdlib/random/erlang`][@stdlib/random/erlang]: generate pseudorandom numbers drawn from an Erlang distribution.
@@ -441,6 +442,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/erlang
+[@stdlib/random/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/erlang
+
diff --git a/lib/node_modules/@stdlib/random/base/frechet/README.md b/lib/node_modules/@stdlib/random/base/frechet/README.md
index a4d8004c5c6c..520cee8b7a7d 100644
--- a/lib/node_modules/@stdlib/random/base/frechet/README.md
+++ b/lib/node_modules/@stdlib/random/base/frechet/README.md
@@ -428,6 +428,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/frechet`][@stdlib/random/array/frechet]: create an array containing pseudorandom numbers drawn from a Fréchet distribution.
- [`@stdlib/random/iter/frechet`][@stdlib/random/iter/frechet]: create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution.
- [`@stdlib/random/streams/frechet`][@stdlib/random/streams/frechet]: create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution.
+- [`@stdlib/random/frechet`][@stdlib/random/frechet]: generate pseudorandom numbers drawn from a Fréchet distribution.
@@ -449,6 +450,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/frechet]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/frechet
+[@stdlib/random/frechet]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/frechet
+
diff --git a/lib/node_modules/@stdlib/random/geometric/README.md b/lib/node_modules/@stdlib/random/geometric/README.md
index 46248331fbde..f4c78b7de57e 100644
--- a/lib/node_modules/@stdlib/random/geometric/README.md
+++ b/lib/node_modules/@stdlib/random/geometric/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/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/geometric
+
+[@stdlib/random/strided/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/geometric
+
+
+
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
diff --git a/lib/node_modules/@stdlib/random/strided/lognormal/README.md b/lib/node_modules/@stdlib/random/strided/lognormal/README.md
index 8bff3bcb7fd1..3176c512456b 100644
--- a/lib/node_modules/@stdlib/random/strided/lognormal/README.md
+++ b/lib/node_modules/@stdlib/random/strided/lognormal/README.md
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/lognormal`][@stdlib/random/lognormal]: generate pseudorandom numbers drawn from a lognormal distribution.
- [`@stdlib/random/base/lognormal`][@stdlib/random/base/lognormal]: log-normally distributed pseudorandom numbers.
- [`@stdlib/random/array/lognormal`][@stdlib/random/array/lognormal]: create an array containing pseudorandom numbers drawn from a lognormal distribution.
@@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/lognormal
+
[@stdlib/random/array/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/lognormal