diff --git a/lib/node_modules/@stdlib/random/array/negative-binomial/README.md b/lib/node_modules/@stdlib/random/array/negative-binomial/README.md index 04b135719fe9..6d7f63d94aa4 100644 --- a/lib/node_modules/@stdlib/random/array/negative-binomial/README.md +++ b/lib/node_modules/@stdlib/random/array/negative-binomial/README.md @@ -358,6 +358,7 @@ logEach( '%f', x4 ); ## See Also +- [`@stdlib/random/negative-binomial`][@stdlib/random/negative-binomial]: generate pseudorandom numbers drawn from a negative binomial distribution. - [`@stdlib/random/array/binomial`][@stdlib/random/array/binomial]: create an array containing pseudorandom numbers drawn from a binomial distribution. - [`@stdlib/random/base/negative-binomial`][@stdlib/random/base/negative-binomial]: negative binomial distributed pseudorandom numbers. @@ -379,6 +380,8 @@ logEach( '%f', x4 ); +[@stdlib/random/negative-binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/negative-binomial + [@stdlib/random/array/binomial]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/binomial diff --git a/lib/node_modules/@stdlib/random/base/erlang/README.md b/lib/node_modules/@stdlib/random/base/erlang/README.md index e7752f10527d..3a9e589110d3 100644 --- a/lib/node_modules/@stdlib/random/base/erlang/README.md +++ b/lib/node_modules/@stdlib/random/base/erlang/README.md @@ -420,6 +420,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/erlang`][@stdlib/random/array/erlang]: create an array containing pseudorandom numbers drawn from an Erlang distribution. - [`@stdlib/random/iter/erlang`][@stdlib/random/iter/erlang]: create an iterator for generating pseudorandom numbers drawn from an Erlang distribution. - [`@stdlib/random/streams/erlang`][@stdlib/random/streams/erlang]: create a readable stream for generating pseudorandom numbers drawn from an Erlang distribution. +- [`@stdlib/random/erlang`][@stdlib/random/erlang]: generate pseudorandom numbers drawn from an Erlang distribution. @@ -441,6 +442,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/erlang]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/erlang +[@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/base/lognormal/README.md b/lib/node_modules/@stdlib/random/base/lognormal/README.md index 4e75aed134d7..745ae346fa71 100644 --- a/lib/node_modules/@stdlib/random/base/lognormal/README.md +++ b/lib/node_modules/@stdlib/random/base/lognormal/README.md @@ -408,6 +408,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/lognormal`][@stdlib/random/array/lognormal]: create an array containing pseudorandom numbers drawn from a lognormal distribution. - [`@stdlib/random/iter/lognormal`][@stdlib/random/iter/lognormal]: create an iterator for generating pseudorandom numbers drawn from a lognormal distribution. - [`@stdlib/random/streams/lognormal`][@stdlib/random/streams/lognormal]: create a readable stream for generating pseudorandom numbers drawn from a lognormal distribution. +- [`@stdlib/random/lognormal`][@stdlib/random/lognormal]: generate pseudorandom numbers drawn from a lognormal distribution. @@ -429,6 +430,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/lognormal +[@stdlib/random/lognormal]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/lognormal + diff --git a/lib/node_modules/@stdlib/random/base/weibull/README.md b/lib/node_modules/@stdlib/random/base/weibull/README.md index 84b1c9a78460..c66f004a5cf7 100644 --- a/lib/node_modules/@stdlib/random/base/weibull/README.md +++ b/lib/node_modules/@stdlib/random/base/weibull/README.md @@ -415,6 +415,7 @@ for ( i = 0; i < 100; i++ ) { - [`@stdlib/random/array/weibull`][@stdlib/random/array/weibull]: create an array containing pseudorandom numbers drawn from a Weibull distribution. - [`@stdlib/random/iter/weibull`][@stdlib/random/iter/weibull]: create an iterator for generating pseudorandom numbers drawn from a Weibull distribution. - [`@stdlib/random/streams/weibull`][@stdlib/random/streams/weibull]: create a readable stream for generating pseudorandom numbers drawn from a Weibull distribution. +- [`@stdlib/random/weibull`][@stdlib/random/weibull]: generate pseudorandom numbers drawn from a Weibull distribution. @@ -436,6 +437,8 @@ for ( i = 0; i < 100; i++ ) { [@stdlib/random/streams/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/streams/weibull +[@stdlib/random/weibull]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/weibull + diff --git a/lib/node_modules/@stdlib/random/laplace/README.md b/lib/node_modules/@stdlib/random/laplace/README.md index e9b0ddfa1aba..c2d36187f194 100644 --- a/lib/node_modules/@stdlib/random/laplace/README.md +++ b/lib/node_modules/@stdlib/random/laplace/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/laplace]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/laplace + + + diff --git a/lib/node_modules/@stdlib/random/pareto-type1/README.md b/lib/node_modules/@stdlib/random/pareto-type1/README.md index ea344bf71831..c21b43ffbb2a 100644 --- a/lib/node_modules/@stdlib/random/pareto-type1/README.md +++ b/lib/node_modules/@stdlib/random/pareto-type1/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/pareto-type1]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/array/pareto-type1 + + +