From 701b1f4f9369c0e3a0cdcd8912e3871fc733cde9 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Sat, 23 May 2026 03:01:41 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/random/array/kumaraswamy/README.md | 7 +++++++ .../@stdlib/random/base/beta/README.md | 3 +++ .../@stdlib/random/base/pareto-type1/README.md | 3 +++ .../@stdlib/random/bernoulli/README.md | 16 ++++++++++++++++ 4 files changed, 29 insertions(+) diff --git a/lib/node_modules/@stdlib/random/array/kumaraswamy/README.md b/lib/node_modules/@stdlib/random/array/kumaraswamy/README.md index e68998b83534..b7364b6a241a 100644 --- a/lib/node_modules/@stdlib/random/array/kumaraswamy/README.md +++ b/lib/node_modules/@stdlib/random/array/kumaraswamy/README.md @@ -358,6 +358,7 @@ logEach( '%f', x4 ); ## See Also +- [`@stdlib/random/kumaraswamy`][@stdlib/random/kumaraswamy]: generate pseudorandom numbers drawn from a Kumaraswamy distribution. - [`@stdlib/random/base/kumaraswamy`][@stdlib/random/base/kumaraswamy]: Kumaraswamy's double bounded 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/kumaraswamy]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/kumaraswamy + + + diff --git a/lib/node_modules/@stdlib/random/base/beta/README.md b/lib/node_modules/@stdlib/random/base/beta/README.md index 847e75756945..51ad997b0120 100644 --- a/lib/node_modules/@stdlib/random/base/beta/README.md +++ b/lib/node_modules/@stdlib/random/base/beta/README.md @@ -429,6 +429,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/beta`][@stdlib/random/array/beta]: create an array containing pseudorandom numbers drawn from a beta distribution. - [`@stdlib/random/iter/beta`][@stdlib/random/iter/beta]: create an iterator for generating pseudorandom numbers drawn from a beta distribution. - [`@stdlib/random/streams/beta`][@stdlib/random/streams/beta]: create a readable stream for generating pseudorandom numbers drawn from a beta distribution. +- [`@stdlib/random/beta`][@stdlib/random/beta]: generate pseudorandom numbers drawn from a beta distribution. @@ -454,6 +455,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/beta +[@stdlib/random/beta]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/beta + diff --git a/lib/node_modules/@stdlib/random/base/pareto-type1/README.md b/lib/node_modules/@stdlib/random/base/pareto-type1/README.md index f4393364d79c..827479554fa6 100644 --- a/lib/node_modules/@stdlib/random/base/pareto-type1/README.md +++ b/lib/node_modules/@stdlib/random/base/pareto-type1/README.md @@ -415,6 +415,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/pareto-type1`][@stdlib/random/array/pareto-type1]: create an array containing pseudorandom numbers drawn from a Pareto (Type I) distribution. - [`@stdlib/random/iter/pareto-type1`][@stdlib/random/iter/pareto-type1]: create an iterator for generating pseudorandom numbers drawn from a Pareto (Type I) distribution. - [`@stdlib/random/streams/pareto-type1`][@stdlib/random/streams/pareto-type1]: create a readable stream for generating pseudorandom numbers drawn from a Pareto (Type I) distribution. +- [`@stdlib/random/pareto-type1`][@stdlib/random/pareto-type1]: generate pseudorandom numbers drawn from a Pareto (Type I) distribution. @@ -436,6 +437,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/pareto-type1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/pareto-type1 +[@stdlib/random/pareto-type1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/pareto-type1 + diff --git a/lib/node_modules/@stdlib/random/bernoulli/README.md b/lib/node_modules/@stdlib/random/bernoulli/README.md index ca5506f7f770..7af598e63a99 100644 --- a/lib/node_modules/@stdlib/random/bernoulli/README.md +++ b/lib/node_modules/@stdlib/random/bernoulli/README.md @@ -358,6 +358,14 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); @@ -378,6 +386,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/bernoulli]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/bernoulli + +[@stdlib/random/strided/bernoulli]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/bernoulli + + +