diff --git a/lib/node_modules/@stdlib/random/array/logistic/README.md b/lib/node_modules/@stdlib/random/array/logistic/README.md index 8fee54ba0213..606467a09943 100644 --- a/lib/node_modules/@stdlib/random/array/logistic/README.md +++ b/lib/node_modules/@stdlib/random/array/logistic/README.md @@ -358,6 +358,7 @@ logEach( '%f', x4 ); ## See Also +- [`@stdlib/random/logistic`][@stdlib/random/logistic]: generate pseudorandom numbers drawn from a logistic distribution. - [`@stdlib/random/base/logistic`][@stdlib/random/base/logistic]: logistic 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/logistic]: https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/random/logistic + + +