From 788e6b19c51d7c2fa6979598d9dc2a862e115d00 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Mon, 11 May 2026 03:02:43 +0000 Subject: [PATCH 1/2] docs: update related packages sections --- .../@stdlib/random/array/chisquare/README.md | 3 +++ .../@stdlib/random/base/rayleigh/README.md | 3 +++ .../@stdlib/random/lognormal/README.md | 19 +++++++++++++++++++ .../@stdlib/random/strided/cosine/README.md | 3 +++ 4 files changed, 28 insertions(+) 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..ae193c10664b 100644 --- a/lib/node_modules/@stdlib/random/lognormal/README.md +++ b/lib/node_modules/@stdlib/random/lognormal/README.md @@ -363,6 +363,15 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); @@ -383,6 +392,16 @@ 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/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 + +[@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 From c2bff6e3449cbed47b467ffd4dd7b413410e0866 Mon Sep 17 00:00:00 2001 From: Athan Date: Sun, 10 May 2026 20:18:25 -0700 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Athan Signed-off-by: Athan --- lib/node_modules/@stdlib/random/lognormal/README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/node_modules/@stdlib/random/lognormal/README.md b/lib/node_modules/@stdlib/random/lognormal/README.md index ae193c10664b..5b289092f25d 100644 --- a/lib/node_modules/@stdlib/random/lognormal/README.md +++ b/lib/node_modules/@stdlib/random/lognormal/README.md @@ -367,7 +367,6 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); ## 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. - [`@stdlib/random/strided/lognormal`][@stdlib/random/strided/lognormal]: fill a strided array with pseudorandom numbers drawn from a lognormal distribution. @@ -394,8 +393,6 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); -[@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 [@stdlib/random/strided/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/lognormal