diff --git a/lib/node_modules/@stdlib/random/arcsine/README.md b/lib/node_modules/@stdlib/random/arcsine/README.md index 99ce5548cd8b..eb45bdbe61e2 100644 --- a/lib/node_modules/@stdlib/random/arcsine/README.md +++ b/lib/node_modules/@stdlib/random/arcsine/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/arcsine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/arcsine + +[@stdlib/random/strided/arcsine]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/strided/arcsine + + + diff --git a/lib/node_modules/@stdlib/random/array/erlang/README.md b/lib/node_modules/@stdlib/random/array/erlang/README.md index 2469e99cc3d9..15a29742352f 100644 --- a/lib/node_modules/@stdlib/random/array/erlang/README.md +++ b/lib/node_modules/@stdlib/random/array/erlang/README.md @@ -358,6 +358,7 @@ logEach( '%f', x4 ); ## See Also +- [`@stdlib/random/erlang`][@stdlib/random/erlang]: generate pseudorandom numbers drawn from an Erlang distribution. - [`@stdlib/random/base/erlang`][@stdlib/random/base/erlang]: Erlang 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/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/erlang + + + diff --git a/lib/node_modules/@stdlib/random/array/frechet/README.md b/lib/node_modules/@stdlib/random/array/frechet/README.md index 38be0d7bed02..865c5c7a4f5a 100644 --- a/lib/node_modules/@stdlib/random/array/frechet/README.md +++ b/lib/node_modules/@stdlib/random/array/frechet/README.md @@ -361,6 +361,7 @@ logEach( '%f', x4 ); ## See Also - [`@stdlib/random/base/frechet`][@stdlib/random/base/frechet]: Fréchet distributed pseudorandom numbers. +- [`@stdlib/random/frechet`][@stdlib/random/frechet]: generate pseudorandom numbers drawn from a Fréchet distribution. @@ -378,6 +379,12 @@ logEach( '%f', x4 ); [@stdlib/array/float64]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/array/float64 + + +[@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/hypergeometric/README.md b/lib/node_modules/@stdlib/random/hypergeometric/README.md index bf251323b5ae..30ddf699f485 100644 --- a/lib/node_modules/@stdlib/random/hypergeometric/README.md +++ b/lib/node_modules/@stdlib/random/hypergeometric/README.md @@ -368,6 +368,13 @@ logEach( '%f, %f, %f', arr[ 0 ], arr[ 1 ], arr[ 2 ] ); @@ -388,6 +395,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/hypergeometric]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/hypergeometric + + + diff --git a/lib/node_modules/@stdlib/random/logistic/README.md b/lib/node_modules/@stdlib/random/logistic/README.md index 7f787e6bf6e7..eb68692ecc41 100644 --- a/lib/node_modules/@stdlib/random/logistic/README.md +++ b/lib/node_modules/@stdlib/random/logistic/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/logistic]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/logistic + + + diff --git a/lib/node_modules/@stdlib/random/strided/chi/README.md b/lib/node_modules/@stdlib/random/strided/chi/README.md index 1557eebbc486..91c0fa0601a5 100644 --- a/lib/node_modules/@stdlib/random/strided/chi/README.md +++ b/lib/node_modules/@stdlib/random/strided/chi/README.md @@ -360,6 +360,7 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); ## See Also +- [`@stdlib/random/chi`][@stdlib/random/chi]: generate pseudorandom numbers drawn from a chi distribution. - [`@stdlib/random/base/chi`][@stdlib/random/base/chi]: Chi distributed pseudorandom numbers. - [`@stdlib/random/array/chi`][@stdlib/random/array/chi]: create an array containing pseudorandom numbers drawn from a chi distribution. @@ -379,6 +380,8 @@ logEach( 'x1[%d] = %.2f; x2[%d] = %.2f', idx, x1, idx, x2 ); +[@stdlib/random/chi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/chi + [@stdlib/random/array/chi]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/chi