From 086405bb58d2234a657f7323464262e1b6a9f784 Mon Sep 17 00:00:00 2001
From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com>
Date: Mon, 1 Jun 2026 03:03:24 +0000
Subject: [PATCH] docs: update related packages sections
---
.../@stdlib/random/array/discrete-uniform/README.md | 3 +++
lib/node_modules/@stdlib/random/base/laplace/README.md | 3 +++
.../@stdlib/stats/strided/distances/dcorrelation/README.md | 1 -
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/lib/node_modules/@stdlib/random/array/discrete-uniform/README.md b/lib/node_modules/@stdlib/random/array/discrete-uniform/README.md
index a6cb52ccc251..176f166d258d 100644
--- a/lib/node_modules/@stdlib/random/array/discrete-uniform/README.md
+++ b/lib/node_modules/@stdlib/random/array/discrete-uniform/README.md
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
## See Also
- [`@stdlib/random/array/uniform`][@stdlib/random/array/uniform]: create an array containing pseudorandom numbers drawn from a continuous uniform distribution.
+- [`@stdlib/random/discrete-uniform`][@stdlib/random/discrete-uniform]: generate pseudorandom numbers drawn from a discrete uniform distribution.
- [`@stdlib/random/base/discrete-uniform`][@stdlib/random/base/discrete-uniform]: discrete uniform distributed pseudorandom numbers.
- [`@stdlib/random/strided/discrete-uniform`][@stdlib/random/strided/discrete-uniform]: fill a strided array with pseudorandom numbers drawn from a discrete uniform distribution.
@@ -381,6 +382,8 @@ logEach( '%f', x4 );
[@stdlib/random/array/uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/uniform
+[@stdlib/random/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/discrete-uniform
+
[@stdlib/random/strided/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/discrete-uniform
diff --git a/lib/node_modules/@stdlib/random/base/laplace/README.md b/lib/node_modules/@stdlib/random/base/laplace/README.md
index 9877e41b2c1f..1757fa0b4ae8 100644
--- a/lib/node_modules/@stdlib/random/base/laplace/README.md
+++ b/lib/node_modules/@stdlib/random/base/laplace/README.md
@@ -408,6 +408,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/laplace`][@stdlib/random/array/laplace]: create an array containing pseudorandom numbers drawn from a Laplace (double exponential) distribution.
- [`@stdlib/random/iter/laplace`][@stdlib/random/iter/laplace]: create an iterator for generating pseudorandom numbers drawn from a Laplace distribution.
- [`@stdlib/random/streams/laplace`][@stdlib/random/streams/laplace]: create a readable stream for generating pseudorandom numbers drawn from a Laplace (double exponential) distribution.
+- [`@stdlib/random/laplace`][@stdlib/random/laplace]: generate pseudorandom numbers drawn from a Laplace (double exponential) distribution.
@@ -429,6 +430,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/laplace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/laplace
+[@stdlib/random/laplace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/laplace
+
diff --git a/lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/README.md b/lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/README.md
index 8cf085c55ffe..a538adaa4542 100644
--- a/lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/README.md
+++ b/lib/node_modules/@stdlib/stats/strided/distances/dcorrelation/README.md
@@ -36,7 +36,6 @@ D(X, Y) = 1 - \frac{\displaystyle\sum_{i=0}^{N-1} (x_i - \bar{x})(y_i - \bar{y})
where `x_i` and `y_i` are the _ith_ components of vectors **X** and **Y**, respectively.
-