From 7beac09f863077718a7c14245226bad9c0d0588b Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Fri, 12 Jun 2026 03:03:34 +0000
Subject: [PATCH] docs: update related packages sections
---
lib/node_modules/@stdlib/random/array/cosine/README.md | 3 +++
.../@stdlib/random/base/negative-binomial/README.md | 3 +++
lib/node_modules/@stdlib/random/strided/geometric/README.md | 3 +++
3 files changed, 9 insertions(+)
diff --git a/lib/node_modules/@stdlib/random/array/cosine/README.md b/lib/node_modules/@stdlib/random/array/cosine/README.md
index f15ecdcc5276..9f7fa5607771 100644
--- a/lib/node_modules/@stdlib/random/array/cosine/README.md
+++ b/lib/node_modules/@stdlib/random/array/cosine/README.md
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
## See Also
+- [`@stdlib/random/cosine`][@stdlib/random/cosine]: generate pseudorandom numbers drawn from a raised cosine distribution.
- [`@stdlib/random/base/cosine`][@stdlib/random/base/cosine]: raised cosine distributed pseudorandom numbers.
- [`@stdlib/random/strided/cosine`][@stdlib/random/strided/cosine]: fill a strided array with pseudorandom numbers drawn from a raised cosine distribution.
@@ -379,6 +380,8 @@ logEach( '%f', x4 );
+[@stdlib/random/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/cosine
+
[@stdlib/random/strided/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/cosine
diff --git a/lib/node_modules/@stdlib/random/base/negative-binomial/README.md b/lib/node_modules/@stdlib/random/base/negative-binomial/README.md
index 4c9588f9080e..5bfe7ada6caf 100644
--- a/lib/node_modules/@stdlib/random/base/negative-binomial/README.md
+++ b/lib/node_modules/@stdlib/random/base/negative-binomial/README.md
@@ -419,6 +419,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/negative-binomial`][@stdlib/random/array/negative-binomial]: create an array containing pseudorandom numbers drawn from a negative binomial distribution.
- [`@stdlib/random/iter/negative-binomial`][@stdlib/random/iter/negative-binomial]: create an iterator for generating pseudorandom numbers drawn from a negative binomial distribution.
- [`@stdlib/random/streams/negative-binomial`][@stdlib/random/streams/negative-binomial]: create a readable stream for generating pseudorandom numbers drawn from a negative binomial distribution.
+- [`@stdlib/random/negative-binomial`][@stdlib/random/negative-binomial]: generate pseudorandom numbers drawn from a negative binomial distribution.
@@ -440,6 +441,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/negative-binomial
+[@stdlib/random/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/negative-binomial
+
diff --git a/lib/node_modules/@stdlib/random/strided/geometric/README.md b/lib/node_modules/@stdlib/random/strided/geometric/README.md
index 6ee1718603c2..f84963ada322 100644
--- a/lib/node_modules/@stdlib/random/strided/geometric/README.md
+++ b/lib/node_modules/@stdlib/random/strided/geometric/README.md
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/geometric`][@stdlib/random/geometric]: generate pseudorandom numbers drawn from a geometric distribution.
- [`@stdlib/random/base/geometric`][@stdlib/random/base/geometric]: geometric distributed pseudorandom numbers.
- [`@stdlib/random/array/geometric`][@stdlib/random/array/geometric]: create an array containing pseudorandom numbers drawn from a geometric distribution.
@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/geometric
+
[@stdlib/random/array/geometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/geometric