diff --git a/lib/node_modules/@stdlib/ndarray/falses/README.md b/lib/node_modules/@stdlib/ndarray/falses/README.md
index 26b49d6be583..2a3c6afdcf86 100644
--- a/lib/node_modules/@stdlib/ndarray/falses/README.md
+++ b/lib/node_modules/@stdlib/ndarray/falses/README.md
@@ -157,6 +157,13 @@ for ( i = 0; i < dt.length; i++ ) {
@@ -169,6 +176,12 @@ for ( i = 0; i < dt.length; i++ ) {
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/dtypes
+
+
+[@stdlib/ndarray/array]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/array
+
+
+
diff --git a/lib/node_modules/@stdlib/random/array/gumbel/README.md b/lib/node_modules/@stdlib/random/array/gumbel/README.md
index 3861ec4da028..92b14178d106 100644
--- a/lib/node_modules/@stdlib/random/array/gumbel/README.md
+++ b/lib/node_modules/@stdlib/random/array/gumbel/README.md
@@ -358,6 +358,7 @@ logEach( '%f', x4 );
## See Also
+- [`@stdlib/random/gumbel`][@stdlib/random/gumbel]: generate pseudorandom numbers drawn from a Gumbel distribution.
- [`@stdlib/random/base/gumbel`][@stdlib/random/base/gumbel]: Gumbel 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/gumbel]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/gumbel
+
+
+
diff --git a/lib/node_modules/@stdlib/random/base/cauchy/README.md b/lib/node_modules/@stdlib/random/base/cauchy/README.md
index bdd9e165fd1f..572e1f661339 100644
--- a/lib/node_modules/@stdlib/random/base/cauchy/README.md
+++ b/lib/node_modules/@stdlib/random/base/cauchy/README.md
@@ -409,6 +409,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/cauchy`][@stdlib/random/array/cauchy]: create an array containing pseudorandom numbers drawn from a Cauchy distribution.
- [`@stdlib/random/iter/cauchy`][@stdlib/random/iter/cauchy]: create an iterator for generating pseudorandom numbers drawn from a Cauchy distribution.
- [`@stdlib/random/streams/cauchy`][@stdlib/random/streams/cauchy]: create a readable stream for generating pseudorandom numbers drawn from a Cauchy distribution.
+- [`@stdlib/random/cauchy`][@stdlib/random/cauchy]: generate pseudorandom numbers drawn from a Cauchy distribution.
@@ -430,6 +431,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/cauchy
+[@stdlib/random/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/cauchy
+
diff --git a/lib/node_modules/@stdlib/random/betaprime/README.md b/lib/node_modules/@stdlib/random/betaprime/README.md
index 89e3d7566e47..27b5ef40763f 100644
--- a/lib/node_modules/@stdlib/random/betaprime/README.md
+++ b/lib/node_modules/@stdlib/random/betaprime/README.md
@@ -363,6 +363,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] );
@@ -383,6 +391,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/betaprime]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/betaprime
+
+[@stdlib/random/strided/betaprime]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/betaprime
+
+
+
diff --git a/lib/node_modules/@stdlib/random/cauchy/README.md b/lib/node_modules/@stdlib/random/cauchy/README.md
index 4a49029cb760..c48186572abc 100644
--- a/lib/node_modules/@stdlib/random/cauchy/README.md
+++ b/lib/node_modules/@stdlib/random/cauchy/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/cauchy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/cauchy
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/discrete-uniform/README.md b/lib/node_modules/@stdlib/random/strided/discrete-uniform/README.md
index 038328b7d2ed..43f6ee9a120a 100644
--- a/lib/node_modules/@stdlib/random/strided/discrete-uniform/README.md
+++ b/lib/node_modules/@stdlib/random/strided/discrete-uniform/README.md
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %d; x2[%d] = %d', idx, x1, idx, x2 );
## See Also
+- [`@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/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]: create an array containing pseudorandom numbers drawn from a discrete uniform distribution.
- [`@stdlib/random/strided/uniform`][@stdlib/random/strided/uniform]: fill a strided array with pseudorandom numbers drawn from a continuous uniform distribution.
@@ -231,6 +232,8 @@ logEach( 'x1[%d] = %d; x2[%d] = %d', idx, x1, idx, x2 );
+[@stdlib/random/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/discrete-uniform
+
[@stdlib/random/base/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/base/discrete-uniform
[@stdlib/random/array/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/discrete-uniform
diff --git a/lib/node_modules/@stdlib/random/strided/exponential/README.md b/lib/node_modules/@stdlib/random/strided/exponential/README.md
index bceeda602f53..54ce19620dcd 100644
--- a/lib/node_modules/@stdlib/random/strided/exponential/README.md
+++ b/lib/node_modules/@stdlib/random/strided/exponential/README.md
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/exponential`][@stdlib/random/exponential]: generate pseudorandom numbers drawn from an exponential distribution.
- [`@stdlib/random/base/exponential`][@stdlib/random/base/exponential]: exponentially distributed pseudorandom numbers.
- [`@stdlib/random/array/exponential`][@stdlib/random/array/exponential]: create an array containing pseudorandom numbers drawn from an exponential distribution.
@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/exponential]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/exponential
+
[@stdlib/random/array/exponential]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/exponential
diff --git a/lib/node_modules/@stdlib/random/strided/poisson/README.md b/lib/node_modules/@stdlib/random/strided/poisson/README.md
index 2cfd51818363..c9a52d3472de 100644
--- a/lib/node_modules/@stdlib/random/strided/poisson/README.md
+++ b/lib/node_modules/@stdlib/random/strided/poisson/README.md
@@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## See Also
+- [`@stdlib/random/poisson`][@stdlib/random/poisson]: generate pseudorandom numbers drawn from a Poisson distribution.
- [`@stdlib/random/base/poisson`][@stdlib/random/base/poisson]: Poisson distributed random numbers.
- [`@stdlib/random/array/poisson`][@stdlib/random/array/poisson]: create an array containing pseudorandom numbers drawn from a Poisson distribution.
@@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/poisson]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/poisson
+
[@stdlib/random/array/poisson]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/poisson