From 0289e755ddb3e5f3eefc937420bd5b19b1b19e83 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sun, 31 May 2026 03:03:28 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/ndarray/trues-like/README.md | 19 +++++++++++++++++++ .../@stdlib/random/base/frechet/README.md | 3 +++ .../@stdlib/random/base/gamma/README.md | 3 +++ .../@stdlib/random/strided/weibull/README.md | 3 +++ 4 files changed, 28 insertions(+) diff --git a/lib/node_modules/@stdlib/ndarray/trues-like/README.md b/lib/node_modules/@stdlib/ndarray/trues-like/README.md index 8d8e352eaed8..00c59be7736f 100644 --- a/lib/node_modules/@stdlib/ndarray/trues-like/README.md +++ b/lib/node_modules/@stdlib/ndarray/trues-like/README.md @@ -160,6 +160,15 @@ for ( i = 0; i < dt.length; i++ ) { @@ -172,6 +181,16 @@ 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 + +[@stdlib/ndarray/falses-like]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/falses-like + +[@stdlib/ndarray/trues]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/ndarray/trues + + + diff --git a/lib/node_modules/@stdlib/random/base/frechet/README.md b/lib/node_modules/@stdlib/random/base/frechet/README.md index a4d8004c5c6c..520cee8b7a7d 100644 --- a/lib/node_modules/@stdlib/random/base/frechet/README.md +++ b/lib/node_modules/@stdlib/random/base/frechet/README.md @@ -428,6 +428,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/frechet`][@stdlib/random/array/frechet]: create an array containing pseudorandom numbers drawn from a Fréchet distribution. - [`@stdlib/random/iter/frechet`][@stdlib/random/iter/frechet]: create an iterator for generating pseudorandom numbers drawn from a Fréchet distribution. - [`@stdlib/random/streams/frechet`][@stdlib/random/streams/frechet]: create a readable stream for generating pseudorandom numbers drawn from a Fréchet distribution. +- [`@stdlib/random/frechet`][@stdlib/random/frechet]: generate pseudorandom numbers drawn from a Fréchet distribution. @@ -449,6 +450,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/frechet]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/frechet +[@stdlib/random/frechet]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/frechet + diff --git a/lib/node_modules/@stdlib/random/base/gamma/README.md b/lib/node_modules/@stdlib/random/base/gamma/README.md index d2e227fa0e66..d3576b7c0e20 100644 --- a/lib/node_modules/@stdlib/random/base/gamma/README.md +++ b/lib/node_modules/@stdlib/random/base/gamma/README.md @@ -428,6 +428,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/gamma`][@stdlib/random/array/gamma]: create an array containing pseudorandom numbers drawn from a gamma distribution. - [`@stdlib/random/iter/gamma`][@stdlib/random/iter/gamma]: create an iterator for generating pseudorandom numbers drawn from a gamma distribution. - [`@stdlib/random/streams/gamma`][@stdlib/random/streams/gamma]: create a readable stream for generating pseudorandom numbers drawn from a gamma distribution. +- [`@stdlib/random/gamma`][@stdlib/random/gamma]: generate pseudorandom numbers drawn from a gamma distribution. @@ -451,6 +452,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/gamma +[@stdlib/random/gamma]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/gamma + diff --git a/lib/node_modules/@stdlib/random/strided/weibull/README.md b/lib/node_modules/@stdlib/random/strided/weibull/README.md index 5fe8d2d51693..39614c4c871e 100644 --- a/lib/node_modules/@stdlib/random/strided/weibull/README.md +++ b/lib/node_modules/@stdlib/random/strided/weibull/README.md @@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ## See Also +- [`@stdlib/random/weibull`][@stdlib/random/weibull]: generate pseudorandom numbers drawn from a Weibull distribution. - [`@stdlib/random/base/weibull`][@stdlib/random/base/weibull]: Weibull distributed pseudorandom numbers. - [`@stdlib/random/array/weibull`][@stdlib/random/array/weibull]: create an array containing pseudorandom numbers drawn from a Weibull distribution. @@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); +[@stdlib/random/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/weibull + [@stdlib/random/array/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/weibull