diff --git a/lib/node_modules/@stdlib/random/array/chisquare/README.md b/lib/node_modules/@stdlib/random/array/chisquare/README.md
index ffdb8425aaea..ce7e4a35816b 100644
--- a/lib/node_modules/@stdlib/random/array/chisquare/README.md
+++ b/lib/node_modules/@stdlib/random/array/chisquare/README.md
@@ -356,6 +356,7 @@ logEach( '%f', x4 );
## See Also
+- [`@stdlib/random/chisquare`][@stdlib/random/chisquare]: generate pseudorandom numbers drawn from a chi-square distribution.
- [`@stdlib/random/base/chisquare`][@stdlib/random/base/chisquare]: Chi-square distributed pseudorandom numbers.
- [`@stdlib/random/strided/chisquare`][@stdlib/random/strided/chisquare]: fill a strided array with pseudorandom numbers drawn from a chi-square distribution.
@@ -377,6 +378,8 @@ logEach( '%f', x4 );
+[@stdlib/random/chisquare]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/chisquare
+
[@stdlib/random/strided/chisquare]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/chisquare
diff --git a/lib/node_modules/@stdlib/random/base/rayleigh/README.md b/lib/node_modules/@stdlib/random/base/rayleigh/README.md
index 3354eb16a246..0049723fdbc6 100644
--- a/lib/node_modules/@stdlib/random/base/rayleigh/README.md
+++ b/lib/node_modules/@stdlib/random/base/rayleigh/README.md
@@ -405,6 +405,7 @@ for ( i = 0; i < 100; i++ ) {
- [`@stdlib/random/array/rayleigh`][@stdlib/random/array/rayleigh]: create an array containing pseudorandom numbers drawn from a Rayleigh distribution.
- [`@stdlib/random/iter/rayleigh`][@stdlib/random/iter/rayleigh]: create an iterator for generating pseudorandom numbers drawn from a Rayleigh distribution.
- [`@stdlib/random/streams/rayleigh`][@stdlib/random/streams/rayleigh]: create a readable stream for generating pseudorandom numbers drawn from a Rayleigh distribution.
+- [`@stdlib/random/rayleigh`][@stdlib/random/rayleigh]: generate pseudorandom numbers drawn from a Rayleigh distribution.
@@ -426,6 +427,8 @@ for ( i = 0; i < 100; i++ ) {
[@stdlib/random/streams/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/rayleigh
+[@stdlib/random/rayleigh]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/rayleigh
+
diff --git a/lib/node_modules/@stdlib/random/lognormal/README.md b/lib/node_modules/@stdlib/random/lognormal/README.md
index e688e9d961bf..5b289092f25d 100644
--- a/lib/node_modules/@stdlib/random/lognormal/README.md
+++ b/lib/node_modules/@stdlib/random/lognormal/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/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/lognormal
+
+[@stdlib/random/strided/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/lognormal
+
+
+
diff --git a/lib/node_modules/@stdlib/random/strided/cosine/README.md b/lib/node_modules/@stdlib/random/strided/cosine/README.md
index 8801a08e1865..be6df7825452 100644
--- a/lib/node_modules/@stdlib/random/strided/cosine/README.md
+++ b/lib/node_modules/@stdlib/random/strided/cosine/README.md
@@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
## 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/array/cosine`][@stdlib/random/array/cosine]: create an array containing pseudorandom numbers drawn from a raised cosine distribution.
@@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 );
+[@stdlib/random/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/cosine
+
[@stdlib/random/array/cosine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/cosine