From 4f16d359f56c27cc0ec701d15539a51552d62fc5 Mon Sep 17 00:00:00 2001 From: stdlib-bot <82920195+stdlib-bot@users.noreply.github.com> Date: Mon, 25 May 2026 03:03:12 +0000 Subject: [PATCH] docs: update related packages sections --- .../@stdlib/random/base/discrete-uniform/README.md | 3 +++ lib/node_modules/@stdlib/random/erlang/README.md | 13 +++++++++++++ .../@stdlib/random/strided/arcsine/README.md | 3 +++ 3 files changed, 19 insertions(+) diff --git a/lib/node_modules/@stdlib/random/base/discrete-uniform/README.md b/lib/node_modules/@stdlib/random/base/discrete-uniform/README.md index ba288c2a886a..f3f0998bb345 100644 --- a/lib/node_modules/@stdlib/random/base/discrete-uniform/README.md +++ b/lib/node_modules/@stdlib/random/base/discrete-uniform/README.md @@ -409,6 +409,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/discrete-uniform`][@stdlib/random/array/discrete-uniform]: create an array containing pseudorandom numbers drawn from a discrete uniform distribution. - [`@stdlib/random/iter/discrete-uniform`][@stdlib/random/iter/discrete-uniform]: create an iterator for generating pseudorandom numbers drawn from a discrete uniform distribution. - [`@stdlib/random/streams/discrete-uniform`][@stdlib/random/streams/discrete-uniform]: create a readable stream for generating pseudorandom numbers drawn from a discrete uniform distribution. +- [`@stdlib/random/discrete-uniform`][@stdlib/random/discrete-uniform]: generate pseudorandom numbers drawn from a discrete uniform distribution. @@ -430,6 +431,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/discrete-uniform +[@stdlib/random/discrete-uniform]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/discrete-uniform + diff --git a/lib/node_modules/@stdlib/random/erlang/README.md b/lib/node_modules/@stdlib/random/erlang/README.md index 438f4b76e6fe..2a87f5e0cbcf 100644 --- a/lib/node_modules/@stdlib/random/erlang/README.md +++ b/lib/node_modules/@stdlib/random/erlang/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/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/erlang + + + diff --git a/lib/node_modules/@stdlib/random/strided/arcsine/README.md b/lib/node_modules/@stdlib/random/strided/arcsine/README.md index d712bed380be..14e0c3326be3 100644 --- a/lib/node_modules/@stdlib/random/strided/arcsine/README.md +++ b/lib/node_modules/@stdlib/random/strided/arcsine/README.md @@ -211,6 +211,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ## See Also +- [`@stdlib/random/arcsine`][@stdlib/random/arcsine]: generate pseudorandom numbers drawn from an arcsine distribution. - [`@stdlib/random/base/arcsine`][@stdlib/random/base/arcsine]: arcsine distributed pseudorandom numbers. - [`@stdlib/random/array/arcsine`][@stdlib/random/array/arcsine]: create an array containing pseudorandom numbers drawn from an arcsine distribution. @@ -230,6 +231,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); +[@stdlib/random/arcsine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/arcsine + [@stdlib/random/array/arcsine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/arcsine